Class: Aws::Types::DeletePlacementGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePlacementGroupRequest
- 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.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4455 4456 4457 |
# File 'sig/types.rbs', line 4455 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
4456 4457 4458 |
# File 'sig/types.rbs', line 4456 def group_name @group_name end |