Class: Aws::Types::DisassociateCustomDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateCustomDomainResponse
- 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.
337 338 339 |
# File 'sig/types.rbs', line 337 def custom_domain @custom_domain end |
#dns_target ⇒ ::String
Returns the value of attribute dns_target.
335 336 337 |
# File 'sig/types.rbs', line 335 def dns_target @dns_target end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
336 337 338 |
# File 'sig/types.rbs', line 336 def service_arn @service_arn end |
#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
Returns the value of attribute vpc_dns_targets.
338 339 340 |
# File 'sig/types.rbs', line 338 def vpc_dns_targets @vpc_dns_targets end |