Class: Aws::GameLift::Types::ContainerGroupDefinitionProperty
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::ContainerGroupDefinitionProperty
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
**This data type is used with the Amazon GameLift containers feature, which is currently in public preview.**
The properties of a container group that is deployed to a container fleet.
**Part of:** ContainerGroupsAttributes
**Returned by:** DescribeFleetAttributes
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #container_group_definition_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the container group definition.
 - 
  
    
      #scheduling_strategy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The method for scheduling and maintaining copies of the container group across a container fleet.
 
Instance Attribute Details
#container_group_definition_name ⇒ String
The unique identifier for the container group definition.
      1213 1214 1215 1216 1217 1218  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 1213 class ContainerGroupDefinitionProperty < Struct.new( :scheduling_strategy, :container_group_definition_name) SENSITIVE = [] include Aws::Structure end  | 
  
#scheduling_strategy ⇒ String
The method for scheduling and maintaining copies of the container group across a container fleet.
      1213 1214 1215 1216 1217 1218  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 1213 class ContainerGroupDefinitionProperty < Struct.new( :scheduling_strategy, :container_group_definition_name) SENSITIVE = [] include Aws::Structure end  |