Class: Aws::Types::RecoveryPointMember
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPointMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def backup_vault_name @backup_vault_name end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def recovery_point_arn @recovery_point_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def resource_type @resource_type end |