Class: Aws::Types::ReplicationTaskAssessmentRun
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationTaskAssessmentRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_progress ⇒ Types::ReplicationTaskAssessmentRunProgress
Returns the value of attribute assessment_progress.
-
#assessment_run_name ⇒ ::String
Returns the value of attribute assessment_run_name.
-
#is_latest_task_assessment_run ⇒ Boolean
Returns the value of attribute is_latest_task_assessment_run.
-
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#replication_task_assessment_run_arn ⇒ ::String
Returns the value of attribute replication_task_assessment_run_arn.
-
#replication_task_assessment_run_creation_date ⇒ ::Time
Returns the value of attribute replication_task_assessment_run_creation_date.
-
#result_encryption_mode ⇒ ::String
Returns the value of attribute result_encryption_mode.
-
#result_kms_key_arn ⇒ ::String
Returns the value of attribute result_kms_key_arn.
-
#result_location_bucket ⇒ ::String
Returns the value of attribute result_location_bucket.
-
#result_location_folder ⇒ ::String
Returns the value of attribute result_location_folder.
-
#result_statistic ⇒ Types::ReplicationTaskAssessmentRunResultStatistic
Returns the value of attribute result_statistic.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#assessment_progress ⇒ Types::ReplicationTaskAssessmentRunProgress
Returns the value of attribute assessment_progress.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def assessment_progress @assessment_progress end |
#assessment_run_name ⇒ ::String
Returns the value of attribute assessment_run_name.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def assessment_run_name @assessment_run_name end |
#is_latest_task_assessment_run ⇒ Boolean
Returns the value of attribute is_latest_task_assessment_run.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def is_latest_task_assessment_run @is_latest_task_assessment_run end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def @last_failure_message end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def replication_task_arn @replication_task_arn end |
#replication_task_assessment_run_arn ⇒ ::String
Returns the value of attribute replication_task_assessment_run_arn.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def replication_task_assessment_run_arn @replication_task_assessment_run_arn end |
#replication_task_assessment_run_creation_date ⇒ ::Time
Returns the value of attribute replication_task_assessment_run_creation_date.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def replication_task_assessment_run_creation_date @replication_task_assessment_run_creation_date end |
#result_encryption_mode ⇒ ::String
Returns the value of attribute result_encryption_mode.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def result_encryption_mode @result_encryption_mode end |
#result_kms_key_arn ⇒ ::String
Returns the value of attribute result_kms_key_arn.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def result_kms_key_arn @result_kms_key_arn end |
#result_location_bucket ⇒ ::String
Returns the value of attribute result_location_bucket.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def result_location_bucket @result_location_bucket end |
#result_location_folder ⇒ ::String
Returns the value of attribute result_location_folder.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def result_location_folder @result_location_folder end |
#result_statistic ⇒ Types::ReplicationTaskAssessmentRunResultStatistic
Returns the value of attribute result_statistic.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def result_statistic @result_statistic end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def service_access_role_arn @service_access_role_arn end |
#status ⇒ ::String
Returns the value of attribute status.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def status @status end |