Class: Aws::Types::UserImportJobType
- Inherits:
-
Object
- Object
- Aws::Types::UserImportJobType
- 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.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#completion_message ⇒ ::String
Returns the value of attribute completion_message.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#failed_users ⇒ ::Integer
Returns the value of attribute failed_users.
-
#imported_users ⇒ ::Integer
Returns the value of attribute imported_users.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#password_hashing_algorithm ⇒ "BCRYPT", ...
Returns the value of attribute password_hashing_algorithm.
-
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
-
#skipped_users ⇒ ::Integer
Returns the value of attribute skipped_users.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ "Created", ...
Returns the value of attribute status.
-
#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.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def completion_date @completion_date end |
#completion_message ⇒ ::String
Returns the value of attribute completion_message.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def @completion_message end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def creation_date @creation_date end |
#failed_users ⇒ ::Integer
Returns the value of attribute failed_users.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def failed_users @failed_users end |
#imported_users ⇒ ::Integer
Returns the value of attribute imported_users.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def imported_users @imported_users end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def job_name @job_name end |
#password_hashing_algorithm ⇒ "BCRYPT", ...
Returns the value of attribute password_hashing_algorithm.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def password_hashing_algorithm @password_hashing_algorithm end |
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def pre_signed_url @pre_signed_url end |
#skipped_users ⇒ ::Integer
Returns the value of attribute skipped_users.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def skipped_users @skipped_users end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def start_date @start_date end |
#status ⇒ "Created", ...
Returns the value of attribute status.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def status @status end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def user_pool_id @user_pool_id end |