Class: Aws::Types::RdsDbClusterSnapshotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RdsDbClusterSnapshotConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, Types::RdsDbClusterSnapshotAttributeValue]
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::RdsDbClusterSnapshotAttributeValue]
Returns the value of attribute attributes.
958 959 960 |
# File 'sig/types.rbs', line 958 def attributes @attributes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
959 960 961 |
# File 'sig/types.rbs', line 959 def kms_key_id @kms_key_id end |