Class: Aws::CognitoIdentityProvider::Types::StartUserImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::StartUserImportJobResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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 details of the user import job.
Instance Attribute Details
#user_import_job ⇒ Types::UserImportJobType
The details of the user import job. Includes logging destination, status, and the Amazon S3 pre-signed URL for CSV upload.
10319 10320 10321 10322 10323 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10319 class StartUserImportJobResponse < Struct.new( :user_import_job) SENSITIVE = [] include Aws::Structure end |