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.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def completion_date @completion_date end |
#completion_message ⇒ ::String
Returns the value of attribute completion_message.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def @completion_message end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def creation_date @creation_date end |
#failed_users ⇒ ::Integer
Returns the value of attribute failed_users.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def failed_users @failed_users end |
#imported_users ⇒ ::Integer
Returns the value of attribute imported_users.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def imported_users @imported_users end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def job_name @job_name end |
#password_hashing_algorithm ⇒ "BCRYPT", ...
Returns the value of attribute password_hashing_algorithm.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def password_hashing_algorithm @password_hashing_algorithm end |
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def pre_signed_url @pre_signed_url end |
#skipped_users ⇒ ::Integer
Returns the value of attribute skipped_users.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def skipped_users @skipped_users end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def start_date @start_date end |
#status ⇒ "Created", ...
Returns the value of attribute status.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def status @status end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def user_pool_id @user_pool_id end |