Class: Aws::Types::DescribePlacementGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePlacementGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
-
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6739 6740 6741 |
# File 'sig/types.rbs', line 6739 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6741 6742 6743 |
# File 'sig/types.rbs', line 6741 def filters @filters end |
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
6738 6739 6740 |
# File 'sig/types.rbs', line 6738 def group_ids @group_ids end |
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
6740 6741 6742 |
# File 'sig/types.rbs', line 6740 def group_names @group_names end |