AWSEC2InstanceEventWindowDisassociationRequest
Objective-C
@interface AWSEC2InstanceEventWindowDisassociationRequest
Swift
class AWSEC2InstanceEventWindowDisassociationRequest
The targets to disassociate from the specified event window.
-
The IDs of the Dedicated Hosts to disassociate from the event window.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable dedicatedHostIds;
Swift
var dedicatedHostIds: [String]? { get set }
-
The IDs of the instances to disassociate from the event window.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable instanceIds;
Swift
var instanceIds: [String]? { get set }