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 }