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:



4006
4007
4008
4009
4010
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 4006

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