Class: Aws::Types::RedshiftProvisionedConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftProvisionedConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_configuration ⇒ Types::RedshiftProvisionedAuthConfiguration
Returns the value of attribute auth_configuration.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
Instance Attribute Details
#auth_configuration ⇒ Types::RedshiftProvisionedAuthConfiguration
Returns the value of attribute auth_configuration.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def auth_configuration @auth_configuration end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def cluster_identifier @cluster_identifier end |