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)


8677
8678
8679
8680
8681
8682
8683
8684
# File 'lib/aws-sdk-redshift/types.rb', line 8677

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)


8677
8678
8679
8680
8681
8682
8683
8684
# File 'lib/aws-sdk-redshift/types.rb', line 8677

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)


8677
8678
8679
8680
8681
8682
8683
8684
# File 'lib/aws-sdk-redshift/types.rb', line 8677

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)


8677
8678
8679
8680
8681
8682
8683
8684
# File 'lib/aws-sdk-redshift/types.rb', line 8677

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