#[non_exhaustive]pub struct AssociateCustomDomainOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl AssociateCustomDomainOutput
impl AssociateCustomDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateCustomDomainOutput
.
Trait Implementations
sourceimpl Clone for AssociateCustomDomainOutput
impl Clone for AssociateCustomDomainOutput
sourcefn clone(&self) -> AssociateCustomDomainOutput
fn clone(&self) -> AssociateCustomDomainOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AssociateCustomDomainOutput
impl Debug for AssociateCustomDomainOutput
sourceimpl PartialEq<AssociateCustomDomainOutput> for AssociateCustomDomainOutput
impl PartialEq<AssociateCustomDomainOutput> for AssociateCustomDomainOutput
sourcefn eq(&self, other: &AssociateCustomDomainOutput) -> bool
fn eq(&self, other: &AssociateCustomDomainOutput) -> bool
impl StructuralPartialEq for AssociateCustomDomainOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateCustomDomainOutput
impl Send for AssociateCustomDomainOutput
impl Sync for AssociateCustomDomainOutput
impl Unpin for AssociateCustomDomainOutput
impl UnwindSafe for AssociateCustomDomainOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more