Class: Aws::Redshift::Types::ProvisionedIdentifier

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

Instance Attribute Details

#cluster_identifierString

The unique identifier for the provisioned cluster.

Returns:

  • (String)


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