Class: Aws::Types::RedshiftParameters
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#iam_parameters ⇒ Types::RedshiftIAMParameters
Returns the value of attribute iam_parameters.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
9215 9216 9217 |
# File 'sig/types.rbs', line 9215 def cluster_id @cluster_id end |
#database ⇒ ::String
Returns the value of attribute database.
9214 9215 9216 |
# File 'sig/types.rbs', line 9214 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
9212 9213 9214 |
# File 'sig/types.rbs', line 9212 def host @host end |
#iam_parameters ⇒ Types::RedshiftIAMParameters
Returns the value of attribute iam_parameters.
9216 9217 9218 |
# File 'sig/types.rbs', line 9216 def iam_parameters @iam_parameters end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
9217 9218 9219 |
# File 'sig/types.rbs', line 9217 def identity_center_configuration @identity_center_configuration end |
#port ⇒ ::Integer
Returns the value of attribute port.
9213 9214 9215 |
# File 'sig/types.rbs', line 9213 def port @port end |