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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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 job ID for the user import job.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4023

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

#user_pool_idString

The user pool ID for the user pool that the users are being imported into.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4023

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