Class: Aws::Types::PlacementGroupConfig
- Inherits:
-
Object
- Object
- Aws::Types::PlacementGroupConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_role ⇒ "MASTER", ...
Returns the value of attribute instance_role.
-
#placement_strategy ⇒ "SPREAD", ...
Returns the value of attribute placement_strategy.
Instance Attribute Details
#instance_role ⇒ "MASTER", ...
Returns the value of attribute instance_role.
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.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def placement_strategy @placement_strategy end |