Method: Aws::GameLift::Types::DescribeContainerGroupDefinitionInput#name
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#name ⇒ String
The unique identifier for the container group definition to retrieve properties for. You can use either the ‘Name` or `ARN` value.
3703 3704 3705 3706 3707 3708 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3703 class DescribeContainerGroupDefinitionInput < Struct.new( :name, :version_number) SENSITIVE = [] include Aws::Structure end |