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.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def attributes_to_get @attributes_to_get end |
#filter ⇒ ::String
Returns the value of attribute filter.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def filter @filter end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def limit @limit end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def pagination_token @pagination_token end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def user_pool_id @user_pool_id end |