Method: Aws::Redshift::Types::CertificateAssociation#cluster_identifier
- Defined in:
- lib/aws-sdk-redshift/types.rb
#cluster_identifier ⇒ String
The cluster identifier for the certificate association.
580 581 582 583 584 585 |
# File 'lib/aws-sdk-redshift/types.rb', line 580 class CertificateAssociation < Struct.new( :custom_domain_name, :cluster_identifier) SENSITIVE = [] include Aws::Structure end |