#[non_exhaustive]pub struct AssociateCustomDomainOutput { /* private fields */ }
Implementations§
source§impl AssociateCustomDomainOutput
impl AssociateCustomDomainOutput
sourcepub fn dns_target(&self) -> Option<&str>
pub fn dns_target(&self) -> Option<&str>
The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name.
sourcepub fn service_arn(&self) -> Option<&str>
pub fn service_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
sourcepub fn custom_domain(&self) -> Option<&CustomDomain>
pub fn custom_domain(&self) -> Option<&CustomDomain>
A description of the domain name that's being associated.
sourcepub fn vpc_dns_targets(&self) -> Option<&[VpcDnsTarget]>
pub fn vpc_dns_targets(&self) -> Option<&[VpcDnsTarget]>
DNS Target records for the custom domains of this Amazon VPC.
source§impl AssociateCustomDomainOutput
impl AssociateCustomDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateCustomDomainOutput
.
Trait Implementations§
source§impl Clone for AssociateCustomDomainOutput
impl Clone for AssociateCustomDomainOutput
source§fn clone(&self) -> AssociateCustomDomainOutput
fn clone(&self) -> AssociateCustomDomainOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AssociateCustomDomainOutput
impl Debug for AssociateCustomDomainOutput
source§impl PartialEq<AssociateCustomDomainOutput> for AssociateCustomDomainOutput
impl PartialEq<AssociateCustomDomainOutput> for AssociateCustomDomainOutput
source§fn eq(&self, other: &AssociateCustomDomainOutput) -> bool
fn eq(&self, other: &AssociateCustomDomainOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.