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.
2934 2935 2936 |
# File 'sig/types.rbs', line 2934 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def group_name @group_name end |
#linked_group_id ⇒ ::String
Returns the value of attribute linked_group_id.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def linked_group_id @linked_group_id end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def operator @operator end |
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
2933 2934 2935 |
# File 'sig/types.rbs', line 2933 def parent_group_id @parent_group_id end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def partition_count @partition_count end |
#spread_level ⇒ "host", "rack"
Returns the value of attribute spread_level.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def spread_level @spread_level end |
#strategy ⇒ "cluster", ...
Returns the value of attribute strategy.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def strategy @strategy end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def tag_specifications @tag_specifications end |