Class: Aws::Types::PutRestoreValidationResultInput
- Inherits:
-
Object
- Object
- Aws::Types::PutRestoreValidationResultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#restore_job_id ⇒ ::String
Returns the value of attribute restore_job_id.
-
#validation_status ⇒ "FAILED", ...
Returns the value of attribute validation_status.
-
#validation_status_message ⇒ ::String
Returns the value of attribute validation_status_message.
Instance Attribute Details
#restore_job_id ⇒ ::String
Returns the value of attribute restore_job_id.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def restore_job_id @restore_job_id end |
#validation_status ⇒ "FAILED", ...
Returns the value of attribute validation_status.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def validation_status @validation_status end |
#validation_status_message ⇒ ::String
Returns the value of attribute validation_status_message.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def @validation_status_message end |