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

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

Returns:

  • (String)


3637
3638
3639
3640
3641
3642
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3637

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)


3637
3638
3639
3640
3641
3642
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3637

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