Class: Aws::Types::ModifyCustomDomainAssociationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCustomDomainAssociationMessage
- 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_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
-
#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.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def cluster_identifier @cluster_identifier end |
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def custom_domain_name @custom_domain_name end |