Struct aws_sdk_apigatewayv2::output::GetDomainNameOutput
source · #[non_exhaustive]pub struct GetDomainNameOutput { /* private fields */ }Implementations§
source§impl GetDomainNameOutput
impl GetDomainNameOutput
sourcepub fn api_mapping_selection_expression(&self) -> Option<&str>
pub fn api_mapping_selection_expression(&self) -> Option<&str>
The API mapping selection expression.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the DomainName resource.
sourcepub fn domain_name_configurations(&self) -> Option<&[DomainNameConfiguration]>
pub fn domain_name_configurations(&self) -> Option<&[DomainNameConfiguration]>
The domain name configurations.
sourcepub fn mutual_tls_authentication(&self) -> Option<&MutualTlsAuthentication>
pub fn mutual_tls_authentication(&self) -> Option<&MutualTlsAuthentication>
The mutual TLS authentication configuration for a custom domain name.
The collection of tags associated with a domain name.
source§impl GetDomainNameOutput
impl GetDomainNameOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDomainNameOutput.
Trait Implementations§
source§impl Clone for GetDomainNameOutput
impl Clone for GetDomainNameOutput
source§fn clone(&self) -> GetDomainNameOutput
fn clone(&self) -> GetDomainNameOutput
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