Class: Aws::GameLift::Types::CreateContainerGroupDefinitionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateContainerGroupDefinitionOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_group_definition ⇒ Types::ContainerGroupDefinition
The properties of the new container group definition resource.
Instance Attribute Details
#container_group_definition ⇒ Types::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 |