Class: Aws::Types::AdminListGroupsForUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminListGroupsForUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
255 256 257 |
# File 'sig/types.rbs', line 255 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
256 257 258 |
# File 'sig/types.rbs', line 256 def next_token @next_token end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
253 254 255 |
# File 'sig/types.rbs', line 253 def username @username end |