Class: Aws::RedshiftServerless::Types::UpdateWorkgroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftServerless::Types::UpdateWorkgroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftserverless/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #workgroup  ⇒ Types::Workgroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The updated workgroup object.
 
Instance Attribute Details
#workgroup ⇒ Types::Workgroup
The updated workgroup object.
      4006 4007 4008 4009 4010  | 
    
      # File 'lib/aws-sdk-redshiftserverless/types.rb', line 4006 class UpdateWorkgroupResponse < Struct.new( :workgroup) SENSITIVE = [] include Aws::Structure end  |