Class: Aws::Types::ListGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::ListGroupsFilters
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#filters ⇒ Types::ListGroupsFilters
Returns the value of attribute filters.
927 928 929 |
# File 'sig/types.rbs', line 927 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
926 927 928 |
# File 'sig/types.rbs', line 926 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
925 926 927 |
# File 'sig/types.rbs', line 925 def next_token @next_token end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
924 925 926 |
# File 'sig/types.rbs', line 924 def organization_id @organization_id end |