Class: Aws::DataZone::Types::RedshiftClusterStorage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The details of the Amazon Redshift cluster storage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of an Amazon Redshift cluster.

Returns:

  • (String)


8683
8684
8685
8686
8687
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8683

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