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 }
  • The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable instanceTags;

    Swift

    var instanceTags: [AWSEC2Tag]? { get set }