Class: Aws::Types::RdsDbClusterSnapshotAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::RdsDbClusterSnapshotAttributeValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AccountIds, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
947 948 949 |
# File 'sig/types.rbs', line 947 def account_ids @account_ids end |
#unknown ⇒ Object
Returns the value of attribute unknown.
948 949 950 |
# File 'sig/types.rbs', line 948 def unknown @unknown end |