#[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.
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 more