Class: Aws::GameLift::Types::DescribeContainerGroupDefinitionOutput

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

#container_group_definitionTypes::ContainerGroupDefinition

The properties of the requested container group definition resource.



3500
3501
3502
3503
3504
# File 'lib/aws-sdk-gamelift/types.rb', line 3500

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