Class: Aws::Types::CreateUserImportJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_role_arn::String

Returns the value of attribute cloud_watch_logs_role_arn.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def job_name
  @job_name
end

#password_hashing_algorithm"BCRYPT", ...

Returns the value of attribute password_hashing_algorithm.

Returns:

  • ("BCRYPT", "SCRYPT", "ARGON2ID", "PBKDF2_SHA256")


666
667
668
# File 'sig/types.rbs', line 666

def password_hashing_algorithm
  @password_hashing_algorithm
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def user_pool_id
  @user_pool_id
end