Class: Aws::CognitoIdentityProvider::Types::DescribeUserImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeUserImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the request to describe the user import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The Id of the user import job that you want to describe.
-
#user_pool_id ⇒ String
The ID of the user pool that’s associated with the import job.
Instance Attribute Details
#job_id ⇒ String
The Id of the user import job that you want to describe.
5207 5208 5209 5210 5211 5212 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5207 class DescribeUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool that’s associated with the import job.
5207 5208 5209 5210 5211 5212 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5207 class DescribeUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end |