Class: Aws::DataZone::Types::RedshiftServerlessStorage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#workgroup_nameString

The name of the Amazon Redshift Serverless workgroup.

Returns:

  • (String)


12649
12650
12651
12652
12653
# File 'lib/aws-sdk-datazone/types.rb', line 12649

class RedshiftServerlessStorage < Struct.new(
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end