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.



1800
1801
1802
1803
1804
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1800

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