Class: Aws::Types::RedshiftServerlessConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftServerlessConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_configuration ⇒ Types::RedshiftServerlessAuthConfiguration
Returns the value of attribute auth_configuration.
-
#workgroup_arn ⇒ ::String
Returns the value of attribute workgroup_arn.
Instance Attribute Details
#auth_configuration ⇒ Types::RedshiftServerlessAuthConfiguration
Returns the value of attribute auth_configuration.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def auth_configuration @auth_configuration end |
#workgroup_arn ⇒ ::String
Returns the value of attribute workgroup_arn.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def workgroup_arn @workgroup_arn end |