Class: Aws::CognitoIdentityProvider::Types::CreateUserImportJobResponse

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 create 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.



3012
3013
3014
3015
3016
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3012

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