Class: Aws::GameLift::Types::CreateContainerGroupDefinitionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreateContainerGroupDefinitionOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #container_group_definition  ⇒ Types::ContainerGroupDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The properties of the newly created container group definition resource.
 
Instance Attribute Details
#container_group_definition ⇒ Types::ContainerGroupDefinition
The properties of the newly created container group definition resource. You use this resource to create a container fleet.
      1816 1817 1818 1819 1820  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 1816 class CreateContainerGroupDefinitionOutput < Struct.new( :container_group_definition) SENSITIVE = [] include Aws::Structure end  |