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