Class: Aws::DataZone::Types::RedshiftClusterStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftClusterStorage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the Amazon Redshift cluster storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of an Amazon Redshift cluster.
Instance Attribute Details
#cluster_name ⇒ String
The name of an Amazon Redshift cluster.
15108 15109 15110 15111 15112 |
# File 'lib/aws-sdk-datazone/types.rb', line 15108 class RedshiftClusterStorage < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end |