Class: Aws::Redshift::Types::Association

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

Overview

Contains information about the custom domain name association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_associationsArray<Types::CertificateAssociation>

A list of all associated clusters and domain names tied to a specific certificate.

Returns:



189
190
191
192
193
194
195
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 189

class Association < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_certificate_expiry_date,
  :certificate_associations)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_certificate_arnString

The Amazon Resource Name (ARN) for the certificate associated with the custom domain.

Returns:

  • (String)


189
190
191
192
193
194
195
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 189

class Association < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_certificate_expiry_date,
  :certificate_associations)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_certificate_expiry_dateTime

The expiration date for the certificate.

Returns:

  • (Time)


189
190
191
192
193
194
195
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 189

class Association < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_certificate_expiry_date,
  :certificate_associations)
  SENSITIVE = []
  include Aws::Structure
end