Class: Aws::Types::PlacementGroupConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_role"MASTER", ...

Returns the value of attribute instance_role.

Returns:

  • ("MASTER", "CORE", "TASK")


1264
1265
1266
# File 'sig/types.rbs', line 1264

def instance_role
  @instance_role
end

#placement_strategy"SPREAD", ...

Returns the value of attribute placement_strategy.

Returns:

  • ("SPREAD", "PARTITION", "CLUSTER", "NONE")


1265
1266
1267
# File 'sig/types.rbs', line 1265

def placement_strategy
  @placement_strategy
end