AWSEC2ImportSnapshotTask

Objective-C

@interface AWSEC2ImportSnapshotTask

Swift

class AWSEC2ImportSnapshotTask

Describes an import snapshot task.

  • A description of the import snapshot task.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • The ID of the import snapshot task.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable importTaskId;

    Swift

    var importTaskId: String? { get set }
  • Describes an import snapshot task.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2SnapshotTaskDetail *_Nullable snapshotTaskDetail;

    Swift

    var snapshotTaskDetail: AWSEC2SnapshotTaskDetail? { get set }
  • The tags for the import snapshot task.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }