Class: Aws::Types::ListUsersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUsersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def collection_id @collection_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def next_token @next_token end |