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.
473 474 475 |
# File 'sig/types.rbs', line 473 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
472 473 474 |
# File 'sig/types.rbs', line 472 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
474 475 476 |
# File 'sig/types.rbs', line 474 def @tags end |