Class: Aws::RedshiftServerless::Types::CreateWorkgroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateWorkgroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workgroup ⇒ Types::Workgroup
The created workgroup object.
Instance Attribute Details
#workgroup ⇒ Types::Workgroup
The created workgroup object.
719 720 721 722 723 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 719 class CreateWorkgroupResponse < Struct.new( :workgroup) SENSITIVE = [] include Aws::Structure end |