Class: Aws::GameLift::Types::DescribeContainerGroupDefinitionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The unique identifier for the container group definition to retrieve properties for. You can use either the Name or ARN value.

Returns:

  • (String)


3488
3489
3490
3491
3492
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3488

class DescribeContainerGroupDefinitionInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end