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