Class: Aws::RedshiftServerless::Types::GetWorkgroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetWorkgroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workgroup_name ⇒ String
The name of the workgroup to return information for.
Instance Attribute Details
#workgroup_name ⇒ String
The name of the workgroup to return information for.
1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1365 class GetWorkgroupRequest < Struct.new( :workgroup_name) SENSITIVE = [] include Aws::Structure end |