AWSEC2ImportSnapshotResult

Objective-C

@interface AWSEC2ImportSnapshotResult

Swift

class AWSEC2ImportSnapshotResult
  • 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 }
  • Information about the import snapshot task.

    Declaration

    Objective-C

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

    Swift

    var snapshotTaskDetail: AWSEC2SnapshotTaskDetail? { get set }
  • Any tags assigned to the import snapshot task.

    Declaration

    Objective-C

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

    Swift

    var tags: [AWSEC2Tag]? { get set }