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