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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


8425
8426
8427
8428
8429
8430
8431
8432
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8425

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)


8425
8426
8427
8428
8429
8430
8431
8432
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8425

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)


8425
8426
8427
8428
8429
8430
8431
8432
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8425

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)


8425
8426
8427
8428
8429
8430
8431
8432
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8425

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