Class: Aws::Types::ModifyCustomDomainAssociationResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCustomDomainAssociationResult
- 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_cert_expiry_time ⇒ ::String
Returns the value of attribute custom_domain_cert_expiry_time.
-
#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.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def cluster_identifier @cluster_identifier end |
#custom_domain_cert_expiry_time ⇒ ::String
Returns the value of attribute custom_domain_cert_expiry_time.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def custom_domain_cert_expiry_time @custom_domain_cert_expiry_time end |
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def custom_domain_name @custom_domain_name end |