Class: Aws::Types::CreateDBClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
203 204 205 |
# File 'sig/types.rbs', line 203 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
202 203 204 |
# File 'sig/types.rbs', line 202 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
204 205 206 |
# File 'sig/types.rbs', line 204 def @tags end |