Class: Aws::RedshiftServerless::Types::GetWorkgroupResponse

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 returned workgroup object.

Returns:



918
919
920
921
922
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 918

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