AWSEC2ModifyInstanceEventStartTimeResult
Objective-C
@interface AWSEC2ModifyInstanceEventStartTimeResult
Swift
class AWSEC2ModifyInstanceEventStartTimeResult
-
Information about the event.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2InstanceStatusEvent *_Nullable event;
Swift
var event: AWSEC2InstanceStatusEvent? { get set }