Class: Aws::Types::GetRecoveryPointRestoreMetadataOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRecoveryPointRestoreMetadataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#restore_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute restore_metadata.
Instance Attribute Details
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def backup_vault_arn @backup_vault_arn end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def recovery_point_arn @recovery_point_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def resource_type @resource_type end |
#restore_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute restore_metadata.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def @restore_metadata end |