#[non_exhaustive]pub struct DescribeDomainConfigurationOutput { /* private fields */ }
Implementations§
source§impl DescribeDomainConfigurationOutput
impl DescribeDomainConfigurationOutput
sourcepub fn domain_configuration_name(&self) -> Option<&str>
pub fn domain_configuration_name(&self) -> Option<&str>
The name of the domain configuration.
sourcepub fn domain_configuration_arn(&self) -> Option<&str>
pub fn domain_configuration_arn(&self) -> Option<&str>
The ARN of the domain configuration.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain.
sourcepub fn server_certificates(&self) -> Option<&[ServerCertificateSummary]>
pub fn server_certificates(&self) -> Option<&[ServerCertificateSummary]>
A list containing summary information about the server certificate included in the domain configuration.
An object that specifies the authorization service for a domain.
sourcepub fn domain_configuration_status(&self) -> Option<&DomainConfigurationStatus>
pub fn domain_configuration_status(&self) -> Option<&DomainConfigurationStatus>
A Boolean value that specifies the current state of the domain configuration.
sourcepub fn service_type(&self) -> Option<&ServiceType>
pub fn service_type(&self) -> Option<&ServiceType>
The type of service delivered by the endpoint.
sourcepub fn domain_type(&self) -> Option<&DomainType>
pub fn domain_type(&self) -> Option<&DomainType>
The type of the domain.
sourcepub fn last_status_change_date(&self) -> Option<&DateTime>
pub fn last_status_change_date(&self) -> Option<&DateTime>
The date and time the domain configuration's status was last changed.
source§impl DescribeDomainConfigurationOutput
impl DescribeDomainConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeDomainConfigurationOutput
impl Clone for DescribeDomainConfigurationOutput
source§fn clone(&self) -> DescribeDomainConfigurationOutput
fn clone(&self) -> DescribeDomainConfigurationOutput
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<DescribeDomainConfigurationOutput> for DescribeDomainConfigurationOutput
impl PartialEq<DescribeDomainConfigurationOutput> for DescribeDomainConfigurationOutput
source§fn eq(&self, other: &DescribeDomainConfigurationOutput) -> bool
fn eq(&self, other: &DescribeDomainConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.