Class: Aws::Types::ProtectedResource
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_backup_time ⇒ ::Time
Returns the value of attribute last_backup_time.
-
#last_backup_vault_arn ⇒ ::String
Returns the value of attribute last_backup_vault_arn.
-
#last_recovery_point_arn ⇒ ::String
Returns the value of attribute last_recovery_point_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#last_backup_time ⇒ ::Time
Returns the value of attribute last_backup_time.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def last_backup_time @last_backup_time end |
#last_backup_vault_arn ⇒ ::String
Returns the value of attribute last_backup_vault_arn.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def last_backup_vault_arn @last_backup_vault_arn end |
#last_recovery_point_arn ⇒ ::String
Returns the value of attribute last_recovery_point_arn.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def last_recovery_point_arn @last_recovery_point_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def resource_arn @resource_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def resource_type @resource_type end |