Class: Aws::Redshift::Types::ModifyCustomDomainAssociationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The identifier of the cluster associated with the result for the changed custom domain association.

Returns:

  • (String)


8713
8714
8715
8716
8717
8718
8719
8720
# File 'lib/aws-sdk-redshift/types.rb', line 8713

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

#custom_domain_cert_expiry_timeString

The certificate expiration time associated with the result for the changed custom domain association.

Returns:

  • (String)


8713
8714
8715
8716
8717
8718
8719
8720
# File 'lib/aws-sdk-redshift/types.rb', line 8713

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

#custom_domain_certificate_arnString

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

Returns:

  • (String)


8713
8714
8715
8716
8717
8718
8719
8720
# File 'lib/aws-sdk-redshift/types.rb', line 8713

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

#custom_domain_nameString

The custom domain name associated with the result for the changed custom domain association.

Returns:

  • (String)


8713
8714
8715
8716
8717
8718
8719
8720
# File 'lib/aws-sdk-redshift/types.rb', line 8713

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