Class: Aws::Redshift::Types::DeleteCustomDomainAssociationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteCustomDomainAssociationMessage
- Defined in:
- gems/aws-sdk-redshift/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.
3697 3698 3699 3700 3701 3702 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3697 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.
3697 3698 3699 3700 3701 3702 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3697 class DeleteCustomDomainAssociationMessage < Struct.new( :cluster_identifier, :custom_domain_name) SENSITIVE = [] include Aws::Structure end |