Class: Aws::Types::GetRestoreJobMetadataOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRestoreJobMetadataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#restore_job_id ⇒ ::String
Returns the value of attribute restore_job_id.
Instance Attribute Details
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def @metadata end |
#restore_job_id ⇒ ::String
Returns the value of attribute restore_job_id.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def restore_job_id @restore_job_id end |