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.
9583 9584 9585 |
# File 'sig/types.rbs', line 9583 def cluster_id @cluster_id end |
#database ⇒ ::String
Returns the value of attribute database.
9582 9583 9584 |
# File 'sig/types.rbs', line 9582 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
9580 9581 9582 |
# File 'sig/types.rbs', line 9580 def host @host end |
#iam_parameters ⇒ Types::RedshiftIAMParameters
Returns the value of attribute iam_parameters.
9584 9585 9586 |
# File 'sig/types.rbs', line 9584 def iam_parameters @iam_parameters end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
9585 9586 9587 |
# File 'sig/types.rbs', line 9585 def identity_center_configuration @identity_center_configuration end |
#port ⇒ ::Integer
Returns the value of attribute port.
9581 9582 9583 |
# File 'sig/types.rbs', line 9581 def port @port end |