Class: Aws::EC2::Types::InstanceEventWindowDisassociationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceEventWindowDisassociationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The targets to disassociate from the specified event window.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dedicated_host_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the Dedicated Hosts to disassociate from the event window.
 - 
  
    
      #instance_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the instances to disassociate from the event window.
 - 
  
    
      #instance_tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance tags to disassociate from the event window.
 
Instance Attribute Details
#dedicated_host_ids ⇒ Array<String>
The IDs of the Dedicated Hosts to disassociate from the event window.
      43055 43056 43057 43058 43059 43060 43061  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43055 class InstanceEventWindowDisassociationRequest < Struct.new( :instance_ids, :instance_tags, :dedicated_host_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_ids ⇒ Array<String>
The IDs of the instances to disassociate from the event window.
      43055 43056 43057 43058 43059 43060 43061  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43055 class InstanceEventWindowDisassociationRequest < Struct.new( :instance_ids, :instance_tags, :dedicated_host_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_tags ⇒ Array<Types::Tag>
The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.
      43055 43056 43057 43058 43059 43060 43061  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43055 class InstanceEventWindowDisassociationRequest < Struct.new( :instance_ids, :instance_tags, :dedicated_host_ids) SENSITIVE = [] include Aws::Structure end  |