Class: Aws::CognitoIdentityProvider::Types::StopUserImportJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Represents the response from the server to the request to stop the user import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_import_jobTypes::UserImportJobType

The details of the user import job. Includes logging destination, status, and the Amazon S3 pre-signed URL for CSV upload.



10381
10382
10383
10384
10385
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10381

class StopUserImportJobResponse < Struct.new(
  :user_import_job)
  SENSITIVE = []
  include Aws::Structure
end