Class: Aws::Types::AssociateCustomDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateCustomDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_domain ⇒ Types::CustomDomain
Returns the value of attribute custom_domain.
-
#dns_target ⇒ ::String
Returns the value of attribute dns_target.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
Returns the value of attribute vpc_dns_targets.
Instance Attribute Details
#custom_domain ⇒ Types::CustomDomain
Returns the value of attribute custom_domain.
21 22 23 |
# File 'sig/types.rbs', line 21 def custom_domain @custom_domain end |
#dns_target ⇒ ::String
Returns the value of attribute dns_target.
19 20 21 |
# File 'sig/types.rbs', line 19 def dns_target @dns_target end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def service_arn @service_arn end |
#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
Returns the value of attribute vpc_dns_targets.
22 23 24 |
# File 'sig/types.rbs', line 22 def vpc_dns_targets @vpc_dns_targets end |