#[non_exhaustive]pub struct UpdateDomainNameOutput { /* private fields */ }Implementations§
source§impl UpdateDomainNameOutput
impl UpdateDomainNameOutput
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 UpdateDomainNameOutput
impl UpdateDomainNameOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDomainNameOutput.
Trait Implementations§
source§impl Clone for UpdateDomainNameOutput
impl Clone for UpdateDomainNameOutput
source§fn clone(&self) -> UpdateDomainNameOutput
fn clone(&self) -> UpdateDomainNameOutput
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