Class: Aws::CognitoIdentityProvider::Types::StartUserImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::StartUserImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the request to start the user import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of a user import job that you previously created.
-
#user_pool_id ⇒ String
The ID of the user pool that you want to start importing users into.
Instance Attribute Details
#job_id ⇒ String
The ID of a user import job that you previously created.
10302 10303 10304 10305 10306 10307 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10302 class StartUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool that you want to start importing users into.
10302 10303 10304 10305 10306 10307 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10302 class StartUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end |