Class: Aws::CognitoIdentityProvider::Types::StartUserImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::StartUserImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server to the request to start the user import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_import_job ⇒ Types::UserImportJobType
The job object that represents the user import job.
Instance Attribute Details
#user_import_job ⇒ Types::UserImportJobType
The job object that represents the user import job.
8403 8404 8405 8406 8407 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8403 class StartUserImportJobResponse < Struct.new( :user_import_job) SENSITIVE = [] include Aws::Structure end |