AWSEC2CreateSnapshotsResult
Objective-C
@interface AWSEC2CreateSnapshotsResult
Swift
class AWSEC2CreateSnapshotsResult
-
List of snapshots.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2SnapshotInfo *> *_Nullable snapshots;
Swift
var snapshots: [AWSEC2SnapshotInfo]? { get set }