Class: Aws::Types::ListUsersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUsersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
-
#filter ⇒ ::String
Returns the value of attribute filter.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#attributes_to_get ⇒ ::Array[::String]
Returns the value of attribute attributes_to_get.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def attributes_to_get @attributes_to_get end |
#filter ⇒ ::String
Returns the value of attribute filter.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def filter @filter end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def limit @limit end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def pagination_token @pagination_token end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def user_pool_id @user_pool_id end |