Class: Aws::Types::CreateCustomDomainAssociationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomDomainAssociationResult
- 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.
610 611 612 |
# File 'sig/types.rbs', line 610 def cluster_identifier @cluster_identifier end |
#custom_domain_cert_expiry_time ⇒ ::String
Returns the value of attribute custom_domain_cert_expiry_time.
611 612 613 |
# File 'sig/types.rbs', line 611 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.
609 610 611 |
# File 'sig/types.rbs', line 609 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_name ⇒ ::String
Returns the value of attribute custom_domain_name.
608 609 610 |
# File 'sig/types.rbs', line 608 def custom_domain_name @custom_domain_name end |