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 job ID for the user import job.
-
#user_pool_id ⇒ String
The user pool ID for the user pool that the users are being imported into.
Instance Attribute Details
#job_id ⇒ String
The job ID for the user import job.
8387 8388 8389 8390 8391 8392 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8387 class StartUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool that the users are being imported into.
8387 8388 8389 8390 8391 8392 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8387 class StartUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end |