Class: Aws::Redshift::Types::DeleteCustomDomainAssociationMessage

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 to delete a custom domain association for.

Returns:

  • (String)


3692
3693
3694
3695
3696
3697
# File 'lib/aws-sdk-redshift/types.rb', line 3692

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

#custom_domain_nameString

The custom domain name for the custom domain association.

Returns:

  • (String)


3692
3693
3694
3695
3696
3697
# File 'lib/aws-sdk-redshift/types.rb', line 3692

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