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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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.



4039
4040
4041
4042
4043
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4039

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