Module: Aws::AppRunner::Client::_AssociateCustomDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssociateCustomDomainResponse]
- 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
86 |
# File 'sig/client.rbs', line 86
def custom_domain: () -> Types::CustomDomain
|
#dns_target ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def dns_target: () -> ::String
|
#service_arn ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def service_arn: () -> ::String
|
#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
87 |
# File 'sig/client.rbs', line 87
def vpc_dns_targets: () -> ::Array[Types::VpcDNSTarget]
|