Class: Aws::Redshift::Types::CertificateAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CertificateAssociation
- Includes:
- Structure
- Defined in:
- 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
-
#cluster_identifier ⇒ String
The cluster identifier for the certificate association.
-
#custom_domain_name ⇒ String
The custom domain name for the certificate association.
Instance Attribute Details
#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 |
#custom_domain_name ⇒ String
The custom domain name 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 |