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.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def group_name @group_name end |
#linked_group_id ⇒ ::String
Returns the value of attribute linked_group_id.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def linked_group_id @linked_group_id end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def operator @operator end |
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def parent_group_id @parent_group_id end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def partition_count @partition_count end |
#spread_level ⇒ "host", "rack"
Returns the value of attribute spread_level.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def spread_level @spread_level end |
#strategy ⇒ "cluster", ...
Returns the value of attribute strategy.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def strategy @strategy end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def tag_specifications @tag_specifications end |