Class: Aws::Types::ReplicationTaskAssessmentResult
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationTaskAssessmentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_results ⇒ ::String
Returns the value of attribute assessment_results.
-
#assessment_results_file ⇒ ::String
Returns the value of attribute assessment_results_file.
-
#assessment_status ⇒ ::String
Returns the value of attribute assessment_status.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#replication_task_identifier ⇒ ::String
Returns the value of attribute replication_task_identifier.
-
#replication_task_last_assessment_date ⇒ ::Time
Returns the value of attribute replication_task_last_assessment_date.
-
#s3_object_url ⇒ ::String
Returns the value of attribute s3_object_url.
Instance Attribute Details
#assessment_results ⇒ ::String
Returns the value of attribute assessment_results.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def assessment_results @assessment_results end |
#assessment_results_file ⇒ ::String
Returns the value of attribute assessment_results_file.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def assessment_results_file @assessment_results_file end |
#assessment_status ⇒ ::String
Returns the value of attribute assessment_status.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def assessment_status @assessment_status end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def replication_task_arn @replication_task_arn end |
#replication_task_identifier ⇒ ::String
Returns the value of attribute replication_task_identifier.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def replication_task_identifier @replication_task_identifier end |
#replication_task_last_assessment_date ⇒ ::Time
Returns the value of attribute replication_task_last_assessment_date.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def replication_task_last_assessment_date @replication_task_last_assessment_date end |
#s3_object_url ⇒ ::String
Returns the value of attribute s3_object_url.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def s3_object_url @s3_object_url end |