Class: Aws::Types::ListPermissionGroupsByUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPermissionGroupsByUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
446 447 448 |
# File 'sig/types.rbs', line 446 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
445 446 447 |
# File 'sig/types.rbs', line 445 def next_token @next_token end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def user_id @user_id end |