Class: Aws::RedshiftServerless::Types::UpdateWorkgroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateWorkgroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workgroup ⇒ Types::Workgroup
The updated workgroup object.
Instance Attribute Details
#workgroup ⇒ Types::Workgroup
The updated workgroup object.
3606 3607 3608 3609 3610 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3606 class UpdateWorkgroupResponse < Struct.new( :workgroup) SENSITIVE = [] include Aws::Structure end |