Class: Aws::Types::ListUserImportJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUserImportJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#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
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def max_results @max_results end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def pagination_token @pagination_token end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def user_pool_id @user_pool_id end |