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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3622
3623
3624
3625
3626
3627
# File 'lib/aws-sdk-gamelift/types.rb', line 3622

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

#version_numberInteger

The specific version to retrieve.

Returns:

  • (Integer)


3622
3623
3624
3625
3626
3627
# File 'lib/aws-sdk-gamelift/types.rb', line 3622

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