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)


672
673
674
# File 'sig/types.rbs', line 672

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def job_name
  @job_name
end

#password_hashing_algorithm"BCRYPT", ...

Returns the value of attribute password_hashing_algorithm.

Returns:

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


673
674
675
# File 'sig/types.rbs', line 673

def password_hashing_algorithm
  @password_hashing_algorithm
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def user_pool_id
  @user_pool_id
end