Class: Aws::Types::RdsDbSnapshotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RdsDbSnapshotConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, Types::RdsDbSnapshotAttributeValue]
Returns the value of attribute attributes.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, Types::RdsDbSnapshotAttributeValue]
Returns the value of attribute attributes.
975 976 977 |
# File 'sig/types.rbs', line 975 def attributes @attributes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
976 977 978 |
# File 'sig/types.rbs', line 976 def kms_key_id @kms_key_id end |