Class: Aws::Redshift::Types::DeleteCustomDomainAssociationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteCustomDomainAssociationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The identifier of the cluster to delete a custom domain association for.
-
#custom_domain_name ⇒ String
The custom domain name for the custom domain association.
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster to delete a custom domain association for.
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_name ⇒ String
The custom domain name for the custom domain association.
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 |