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.


11720
11721
11722
11723
11724
# File 'lib/aws-sdk-gamelift/types.rb', line 11720

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