AWSEC2ModifySnapshotTierResult
Objective-C
@interface AWSEC2ModifySnapshotTierResult
Swift
class AWSEC2ModifySnapshotTierResult
-
The ID of the snapshot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable snapshotId;
Swift
var snapshotId: String? { get set }
-
The date and time when the archive process was started.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable tieringStartTime;
Swift
var tieringStartTime: Date? { get set }