Class: Aws::RedshiftServerless::Types::UpdateWorkgroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workgroupTypes::Workgroup

The updated workgroup object.

Returns:



2305
2306
2307
2308
2309
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2305

class UpdateWorkgroupResponse < Struct.new(
  :workgroup)
  SENSITIVE = []
  include Aws::Structure
end