Class: Aws::GameLift::Types::UpdateContainerGroupDefinitionOutput

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 updated container group definition version.



11280
11281
11282
11283
11284
# File 'lib/aws-sdk-gamelift/types.rb', line 11280

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