Class: Aws::EC2::Types::ScheduledInstancesPlacement
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ScheduledInstancesPlacement
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the placement for a Scheduled Instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the placement group.
 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
      65127 65128 65129 65130 65131 65132  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65127 class ScheduledInstancesPlacement < Struct.new( :availability_zone, :group_name) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The name of the placement group.
      65127 65128 65129 65130 65131 65132  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65127 class ScheduledInstancesPlacement < Struct.new( :availability_zone, :group_name) SENSITIVE = [] include Aws::Structure end  |