Class: Aws::Types::CreateUserImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#password_hashing_algorithm ⇒ "BCRYPT", ...
Returns the value of attribute password_hashing_algorithm.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
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.
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.
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.
664 665 666 |
# File 'sig/types.rbs', line 664 def user_pool_id @user_pool_id end |