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.
12526 12527 12528 12529 12530 |
# File 'lib/aws-sdk-datazone/types.rb', line 12526 class RedshiftClusterStorage < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end |