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



5223
5224
5225
5226
5227
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5223

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