Class: Aws::Types::GetRestoreTestingInferredMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::GetRestoreTestingInferredMetadataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_account_id ⇒ ::String
Returns the value of attribute backup_vault_account_id.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
Instance Attribute Details
#backup_vault_account_id ⇒ ::String
Returns the value of attribute backup_vault_account_id.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def backup_vault_account_id @backup_vault_account_id end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def backup_vault_name @backup_vault_name end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def recovery_point_arn @recovery_point_arn end |