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.
512 513 514 |
# File 'sig/types.rbs', line 512 def db_cluster_snapshot_attributes @db_cluster_snapshot_attributes end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
511 512 513 |
# File 'sig/types.rbs', line 511 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |