Module: Aws::AppRunner::Client::_DisassociateCustomDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DisassociateCustomDomainResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #custom_domain ⇒ Types::CustomDomain
- #dns_target ⇒ ::String
- #service_arn ⇒ ::String
- #vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
Instance Method Details
#custom_domain ⇒ Types::CustomDomain
356 |
# File 'sig/client.rbs', line 356
def custom_domain: () -> Types::CustomDomain
|
#dns_target ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def dns_target: () -> ::String
|
#service_arn ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def service_arn: () -> ::String
|
#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
357 |
# File 'sig/client.rbs', line 357
def vpc_dns_targets: () -> ::Array[Types::VpcDNSTarget]
|