Class: Aws::EC2::Types::ReleaseHostsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReleaseHostsResult
 
 
- 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 released.
 - 
  
    
      #unsuccessful  ⇒ Array<Types::UnsuccessfulItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the Dedicated Hosts that could not be released, including an error message.
 
Instance Attribute Details
#successful ⇒ Array<String>
The IDs of the Dedicated Hosts that were successfully released.
      60533 60534 60535 60536 60537 60538  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 60533 class ReleaseHostsResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  | 
  
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
The IDs of the Dedicated Hosts that could not be released, including an error message.
      60533 60534 60535 60536 60537 60538  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 60533 class ReleaseHostsResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  |