#[non_exhaustive]pub struct DescribeCustomDomainsOutput { /* private fields */ }
Implementations§
source§impl DescribeCustomDomainsOutput
impl DescribeCustomDomainsOutput
sourcepub fn dns_target(&self) -> Option<&str>
pub fn dns_target(&self) -> Option<&str>
The App Runner subdomain of the App Runner service. The associated custom domain names are 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 whose associated custom domain names you want to describe.
sourcepub fn custom_domains(&self) -> Option<&[CustomDomain]>
pub fn custom_domains(&self) -> Option<&[CustomDomain]>
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to MaxResults
records per call.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
source§impl DescribeCustomDomainsOutput
impl DescribeCustomDomainsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCustomDomainsOutput
.
Trait Implementations§
source§impl Clone for DescribeCustomDomainsOutput
impl Clone for DescribeCustomDomainsOutput
source§fn clone(&self) -> DescribeCustomDomainsOutput
fn clone(&self) -> DescribeCustomDomainsOutput
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