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.
7012 7013 7014 |
# File 'sig/types.rbs', line 7012 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7014 7015 7016 |
# File 'sig/types.rbs', line 7014 def filters @filters end |
#group_ids ⇒ ::Array[::String]
Returns the value of attribute group_ids.
7011 7012 7013 |
# File 'sig/types.rbs', line 7011 def group_ids @group_ids end |
#group_names ⇒ ::Array[::String]
Returns the value of attribute group_names.
7013 7014 7015 |
# File 'sig/types.rbs', line 7013 def group_names @group_names end |