#[non_exhaustive]pub struct ListDistributionConfigurationsOutput { /* private fields */ }
Implementations§
source§impl ListDistributionConfigurationsOutput
impl ListDistributionConfigurationsOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn distribution_configuration_summary_list(
&self
) -> Option<&[DistributionConfigurationSummary]>
pub fn distribution_configuration_summary_list(
&self
) -> Option<&[DistributionConfigurationSummary]>
The list of distributions.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
source§impl ListDistributionConfigurationsOutput
impl ListDistributionConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDistributionConfigurationsOutput
.
Trait Implementations§
source§impl Clone for ListDistributionConfigurationsOutput
impl Clone for ListDistributionConfigurationsOutput
source§fn clone(&self) -> ListDistributionConfigurationsOutput
fn clone(&self) -> ListDistributionConfigurationsOutput
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<ListDistributionConfigurationsOutput> for ListDistributionConfigurationsOutput
impl PartialEq<ListDistributionConfigurationsOutput> for ListDistributionConfigurationsOutput
source§fn eq(&self, other: &ListDistributionConfigurationsOutput) -> bool
fn eq(&self, other: &ListDistributionConfigurationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.