Class: Aws::GameLift::Types::DescribeContainerGroupDefinitionInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeContainerGroupDefinitionInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the container group definition to retrieve properties for.
 
Instance Attribute Details
#name ⇒ String
The unique identifier for the container group definition to retrieve properties for. You can use either the ‘Name` or `ARN` value.
      3554 3555 3556 3557 3558  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3554 class DescribeContainerGroupDefinitionInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |