AWSEC2ReplicateSnapshotResult

Objective-C

@interface AWSEC2ReplicateSnapshotResult

Swift

class AWSEC2ReplicateSnapshotResult
  • The ID of the new snapshot.

    Declaration

    Objective-C

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

    Swift

    var snapshotId: String? { get set }
  • Any tags applied to the new snapshot.

    Declaration

    Objective-C

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

    Swift

    var tags: [AWSEC2Tag]? { get set }