Struct aws_sdk_apigatewayv2::model::DomainName
source · #[non_exhaustive]pub struct DomainName { /* private fields */ }Expand description
Represents a domain name.
Implementations§
source§impl DomainName
impl DomainName
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 DomainName
impl DomainName
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DomainName.
Trait Implementations§
source§impl Clone for DomainName
impl Clone for DomainName
source§fn clone(&self) -> DomainName
fn clone(&self) -> DomainName
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