AWSEC2UnlockSnapshotResult

Objective-C

@interface AWSEC2UnlockSnapshotResult

Swift

class AWSEC2UnlockSnapshotResult
  • The ID of the snapshot.

    Declaration

    Objective-C

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

    Swift

    var snapshotId: String? { get set }