AWSEC2StoreImageTaskResult
Objective-C
@interface AWSEC2StoreImageTaskResultSwift
class AWSEC2StoreImageTaskResultThe information about the AMI store task, including the progress of the task.
- 
                  
                  The ID of the AMI that is being stored. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable amiId;Swift var amiId: String? { get set }
- 
                  
                  The name of the Amazon S3 bucket that contains the stored AMI object. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable bucket;Swift var bucket: String? { get set }
- 
                  
                  The progress of the task as a percentage. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable progressPercentage;Swift var progressPercentage: NSNumber? { get set }
- 
                  
                  The name of the stored AMI object in the bucket. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable s3objectKey;Swift var s3objectKey: String? { get set }
- 
                  
                  If the tasks fails, the reason for the failure is returned. If the task succeeds, nullis returned.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable storeTaskFailureReason;Swift var storeTaskFailureReason: String? { get set }
- 
                  
                  The state of the store task ( InProgress,Completed, orFailed).DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable storeTaskState;Swift var storeTaskState: String? { get set }
- 
                  
                  The time the task started. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable taskStartTime;Swift var taskStartTime: Date? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2StoreImageTaskResult Class Reference
        AWSEC2StoreImageTaskResult Class Reference