Class: Aws::Types::DeleteCustomDomainAssociationMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomDomainAssociationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
881 882 883 |
# File 'sig/types.rbs', line 881 def cluster_identifier @cluster_identifier end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
882 883 884 |
# File 'sig/types.rbs', line 882 def custom_domain_name @custom_domain_name end |