Class: Aws::GameLift::Types::ContainerGroupDefinitionProperty

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

This data type is used with the Amazon GameLift containers feature, which is currently in public preview.

The properties of a container group that is deployed to a container fleet.

Part of: ContainerGroupsAttributes

Returned by: DescribeFleetAttributes

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_group_definition_nameString

The unique identifier for the container group definition.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1171

class ContainerGroupDefinitionProperty < Struct.new(
  :scheduling_strategy,
  :container_group_definition_name)
  SENSITIVE = []
  include Aws::Structure
end

#scheduling_strategyString

The method for scheduling and maintaining copies of the container group across a container fleet.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1171

class ContainerGroupDefinitionProperty < Struct.new(
  :scheduling_strategy,
  :container_group_definition_name)
  SENSITIVE = []
  include Aws::Structure
end