AWSEC2ModifyInstanceEventStartTimeRequest
Objective-C
@interface AWSEC2ModifyInstanceEventStartTimeRequest
Swift
class AWSEC2ModifyInstanceEventStartTimeRequest
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The ID of the event whose date and time you are modifying.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceEventId;
Swift
var instanceEventId: String? { get set }
-
The ID of the instance with the scheduled event.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The new date and time when the event will take place.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable notBefore;
Swift
var notBefore: Date? { get set }