#[non_exhaustive]pub struct ListDistributionsOutput { /* private fields */ }
Expand description
The returned result of the corresponding request.
Implementations§
source§impl ListDistributionsOutput
impl ListDistributionsOutput
sourcepub fn distribution_list(&self) -> Option<&DistributionList>
pub fn distribution_list(&self) -> Option<&DistributionList>
The DistributionList
type.
source§impl ListDistributionsOutput
impl ListDistributionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDistributionsOutput
.
Trait Implementations§
source§impl Clone for ListDistributionsOutput
impl Clone for ListDistributionsOutput
source§fn clone(&self) -> ListDistributionsOutput
fn clone(&self) -> ListDistributionsOutput
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 ListDistributionsOutput
impl Debug for ListDistributionsOutput
source§impl PartialEq<ListDistributionsOutput> for ListDistributionsOutput
impl PartialEq<ListDistributionsOutput> for ListDistributionsOutput
source§fn eq(&self, other: &ListDistributionsOutput) -> bool
fn eq(&self, other: &ListDistributionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.