AWSEC2InstanceEventWindowStateChange
Objective-C
@interface AWSEC2InstanceEventWindowStateChange
Swift
class AWSEC2InstanceEventWindowStateChange
The state of the event window.
-
The ID of the event window.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceEventWindowId;
Swift
var instanceEventWindowId: String? { get set }
-
The current state of the event window.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceEventWindowState state;
Swift
var state: AWSEC2InstanceEventWindowState { get set }