Class: Aws::Types::ListGroupingStatusesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupingStatusesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::ListGroupingStatusesFilter]
Returns the value of attribute filters.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[Types::ListGroupingStatusesFilter]
Returns the value of attribute filters.
251 252 253 |
# File 'sig/types.rbs', line 251 def filters @filters end |
#group ⇒ ::String
Returns the value of attribute group.
249 250 251 |
# File 'sig/types.rbs', line 249 def group @group end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
250 251 252 |
# File 'sig/types.rbs', line 250 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
252 253 254 |
# File 'sig/types.rbs', line 252 def next_token @next_token end |