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.
6922 6923 6924 |
# File 'sig/types.rbs', line 6922 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6924 6925 6926 |
# File 'sig/types.rbs', line 6924 def filters @filters end |
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
6921 6922 6923 |
# File 'sig/types.rbs', line 6921 def group_ids @group_ids end |
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
6923 6924 6925 |
# File 'sig/types.rbs', line 6923 def group_names @group_names end |