Class: Aws::Types::CreatePlacementGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlacementGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#linked_group_id ⇒ ::String
Returns the value of attribute linked_group_id.
-
#operator ⇒ Types::OperatorRequest
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.
-
#strategy ⇒ "cluster", ...
Returns the value of attribute strategy.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def group_name @group_name end |
#linked_group_id ⇒ ::String
Returns the value of attribute linked_group_id.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def linked_group_id @linked_group_id end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def operator @operator end |
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def parent_group_id @parent_group_id end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def partition_count @partition_count end |
#spread_level ⇒ "host", "rack"
Returns the value of attribute spread_level.
3042 3043 3044 |
# File 'sig/types.rbs', line 3042 def spread_level @spread_level end |
#strategy ⇒ "cluster", ...
Returns the value of attribute strategy.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def strategy @strategy end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3041 3042 3043 |
# File 'sig/types.rbs', line 3041 def tag_specifications @tag_specifications end |