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 new container group definition resource. You can use this resource to create a container fleet.



1871
1872
1873
1874
1875
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1871

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