Class: Aws::Types::PlacementGroup
- Inherits:
-
Object
- Object
- Aws::Types::PlacementGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#linked_group_id ⇒ ::String
Returns the value of attribute linked_group_id.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
-
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
-
#spread_level ⇒ "host", "rack"
Returns the value of attribute spread_level.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#strategy ⇒ "cluster", ...
Returns the value of attribute strategy.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
15181 15182 15183 |
# File 'sig/types.rbs', line 15181 def group_arn @group_arn end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
15179 15180 15181 |
# File 'sig/types.rbs', line 15179 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
15175 15176 15177 |
# File 'sig/types.rbs', line 15175 def group_name @group_name end |
#linked_group_id ⇒ ::String
Returns the value of attribute linked_group_id.
15183 15184 15185 |
# File 'sig/types.rbs', line 15183 def linked_group_id @linked_group_id end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
15184 15185 15186 |
# File 'sig/types.rbs', line 15184 def operator @operator end |
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
15185 15186 15187 |
# File 'sig/types.rbs', line 15185 def parent_group_id @parent_group_id end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
15178 15179 15180 |
# File 'sig/types.rbs', line 15178 def partition_count @partition_count end |
#spread_level ⇒ "host", "rack"
Returns the value of attribute spread_level.
15182 15183 15184 |
# File 'sig/types.rbs', line 15182 def spread_level @spread_level end |
#state ⇒ "pending", ...
Returns the value of attribute state.
15176 15177 15178 |
# File 'sig/types.rbs', line 15176 def state @state end |
#strategy ⇒ "cluster", ...
Returns the value of attribute strategy.
15177 15178 15179 |
# File 'sig/types.rbs', line 15177 def strategy @strategy end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15180 15181 15182 |
# File 'sig/types.rbs', line 15180 def @tags end |