Class: Aws::EC2::Types::ModifyHostsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyHostsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #successful  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the Dedicated Hosts that were successfully modified.
 - 
  
    
      #unsuccessful  ⇒ Array<Types::UnsuccessfulItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the Dedicated Hosts that could not be modified.
 
Instance Attribute Details
#successful ⇒ Array<String>
The IDs of the Dedicated Hosts that were successfully modified.
      50996 50997 50998 50999 51000 51001  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50996 class ModifyHostsResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  | 
  
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
      50996 50997 50998 50999 51000 51001  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50996 class ModifyHostsResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  |