Class: Aws::Redshift::Types::ProvisionedIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ProvisionedIdentifier
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
The identifier for a provisioned cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The unique identifier for the provisioned cluster.
Instance Attribute Details
#cluster_identifier ⇒ String
The unique identifier for the provisioned cluster.
9554 9555 9556 9557 9558 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9554 class ProvisionedIdentifier < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end |