#[non_exhaustive]pub struct ListDomainNamesOutput { /* private fields */ }
Expand description
The result of a ListDomainNames
operation. Contains the names of all domains owned by this account and their respective engine types.
Implementations§
source§impl ListDomainNamesOutput
impl ListDomainNamesOutput
sourcepub fn domain_names(&self) -> Option<&[DomainInfo]>
pub fn domain_names(&self) -> Option<&[DomainInfo]>
List of domain names and respective engine types.
source§impl ListDomainNamesOutput
impl ListDomainNamesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainNamesOutput
.
Trait Implementations§
source§impl Clone for ListDomainNamesOutput
impl Clone for ListDomainNamesOutput
source§fn clone(&self) -> ListDomainNamesOutput
fn clone(&self) -> ListDomainNamesOutput
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 Debug for ListDomainNamesOutput
impl Debug for ListDomainNamesOutput
source§impl PartialEq<ListDomainNamesOutput> for ListDomainNamesOutput
impl PartialEq<ListDomainNamesOutput> for ListDomainNamesOutput
source§fn eq(&self, other: &ListDomainNamesOutput) -> bool
fn eq(&self, other: &ListDomainNamesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.