Class: Aws::Redshift::Types::CertificateAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

A cluster ID and custom domain name tied to a specific certificate. These are typically returned in a list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The cluster identifier for the certificate association.

Returns:

  • (String)


580
581
582
583
584
585
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 580

class CertificateAssociation < Struct.new(
  :custom_domain_name,
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name for the certificate association.

Returns:

  • (String)


580
581
582
583
584
585
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 580

class CertificateAssociation < Struct.new(
  :custom_domain_name,
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end