Class: Aws::RedshiftServerless::Types::DeleteWorkgroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteWorkgroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workgroup ⇒ Types::Workgroup
The deleted workgroup object.
Instance Attribute Details
#workgroup ⇒ Types::Workgroup
The deleted workgroup object.
935 936 937 938 939 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 935 class DeleteWorkgroupResponse < Struct.new( :workgroup) SENSITIVE = [] include Aws::Structure end |