Struct aws_sdk_apprunner::operation::disassociate_custom_domain::DisassociateCustomDomainOutput
source · #[non_exhaustive]pub struct DisassociateCustomDomainOutput { /* private fields */ }
Implementations§
source§impl DisassociateCustomDomainOutput
impl DisassociateCustomDomainOutput
sourcepub fn dns_target(&self) -> Option<&str>
pub fn dns_target(&self) -> Option<&str>
The App Runner subdomain of the App Runner service. The disassociated custom domain name was 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 that a custom domain name is disassociated from.
sourcepub fn custom_domain(&self) -> Option<&CustomDomain>
pub fn custom_domain(&self) -> Option<&CustomDomain>
A description of the domain name that's being disassociated.
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 DisassociateCustomDomainOutput
impl DisassociateCustomDomainOutput
sourcepub fn builder() -> DisassociateCustomDomainOutputBuilder
pub fn builder() -> DisassociateCustomDomainOutputBuilder
Creates a new builder-style object to manufacture DisassociateCustomDomainOutput
.
Trait Implementations§
source§impl Clone for DisassociateCustomDomainOutput
impl Clone for DisassociateCustomDomainOutput
source§fn clone(&self) -> DisassociateCustomDomainOutput
fn clone(&self) -> DisassociateCustomDomainOutput
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 PartialEq<DisassociateCustomDomainOutput> for DisassociateCustomDomainOutput
impl PartialEq<DisassociateCustomDomainOutput> for DisassociateCustomDomainOutput
source§fn eq(&self, other: &DisassociateCustomDomainOutput) -> bool
fn eq(&self, other: &DisassociateCustomDomainOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DisassociateCustomDomainOutput
impl RequestId for DisassociateCustomDomainOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DisassociateCustomDomainOutput
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateCustomDomainOutput
impl Send for DisassociateCustomDomainOutput
impl Sync for DisassociateCustomDomainOutput
impl Unpin for DisassociateCustomDomainOutput
impl UnwindSafe for DisassociateCustomDomainOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more