Class: Aws::CognitoIdentityProvider::Types::StartUserImportJobResponse

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



8114
8115
8116
8117
8118
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8114

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