Class: Aws::Types::DescribeUserImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserImportJobRequest
- 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.
953 954 955 |
# File 'sig/types.rbs', line 953 def job_id @job_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
952 953 954 |
# File 'sig/types.rbs', line 952 def user_pool_id @user_pool_id end |