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