Class: Aws::DataZone::Types::RedshiftServerlessStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftServerlessStorage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the Amazon Redshift Serverless workgroup storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workgroup_name ⇒ String
The name of the Amazon Redshift Serverless workgroup.
Instance Attribute Details
#workgroup_name ⇒ String
The name of the Amazon Redshift Serverless workgroup.
15439 15440 15441 15442 15443 |
# File 'lib/aws-sdk-datazone/types.rb', line 15439 class RedshiftServerlessStorage < Struct.new( :workgroup_name) SENSITIVE = [] include Aws::Structure end |