Class: Aws::CognitoIdentityProvider::Types::DescribeUserImportJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Represents the request to describe the user import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The Id of the user import job that you want to describe.

Returns:

  • (String)


5207
5208
5209
5210
5211
5212
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5207

class DescribeUserImportJobRequest < Struct.new(
  :user_pool_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool that’s associated with the import job.

Returns:

  • (String)


5207
5208
5209
5210
5211
5212
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5207

class DescribeUserImportJobRequest < Struct.new(
  :user_pool_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end