Class: Aws::CognitoIdentityProvider::Types::DescribeUserImportJobResponse

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 describe the user import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_import_jobTypes::UserImportJobType

The job object that represents the user import job.



4049
4050
4051
4052
4053
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4049

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