Class: Aws::Types::DBClusterSnapshotAttributesResult
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterSnapshotAttributesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_snapshot_attributes ⇒ ::Array[Types::DBClusterSnapshotAttribute]
Returns the value of attribute db_cluster_snapshot_attributes.
-
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
Instance Attribute Details
#db_cluster_snapshot_attributes ⇒ ::Array[Types::DBClusterSnapshotAttribute]
Returns the value of attribute db_cluster_snapshot_attributes.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def db_cluster_snapshot_attributes @db_cluster_snapshot_attributes end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |