Class: Aws::Types::StopUserImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopUserImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def job_id @job_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def user_pool_id @user_pool_id end |