Class: Aws::GameLift::Types::CreateContainerGroupDefinitionOutput

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

#container_group_definitionTypes::ContainerGroupDefinition

The properties of the newly created container group definition resource. You use this resource to create a container fleet.



1753
1754
1755
1756
1757
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1753

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