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