Class: Aws::EC2::Types::PlacementResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PlacementResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the placement of an instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the placement group that the instance is in.
 
Instance Attribute Details
#group_name ⇒ String
The name of the placement group that the instance is in.
      58010 58011 58012 58013 58014  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58010 class PlacementResponse < Struct.new( :group_name) SENSITIVE = [] include Aws::Structure end  |