Class: Aws::Types::RedshiftDatabase
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDatabase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
591 592 593 |
# File 'sig/types.rbs', line 591 def cluster_identifier @cluster_identifier end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def database_name @database_name end |