#[non_exhaustive]pub struct ListApplicationRevisionsOutput { /* private fields */ }
Expand description
Represents the output of a ListApplicationRevisions
operation.
Implementations§
source§impl ListApplicationRevisionsOutput
impl ListApplicationRevisionsOutput
sourcepub fn revisions(&self) -> Option<&[RevisionLocation]>
pub fn revisions(&self) -> Option<&[RevisionLocation]>
A list of locations that contain the matching revisions.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
source§impl ListApplicationRevisionsOutput
impl ListApplicationRevisionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationRevisionsOutput
.
Trait Implementations§
source§impl Clone for ListApplicationRevisionsOutput
impl Clone for ListApplicationRevisionsOutput
source§fn clone(&self) -> ListApplicationRevisionsOutput
fn clone(&self) -> ListApplicationRevisionsOutput
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<ListApplicationRevisionsOutput> for ListApplicationRevisionsOutput
impl PartialEq<ListApplicationRevisionsOutput> for ListApplicationRevisionsOutput
source§fn eq(&self, other: &ListApplicationRevisionsOutput) -> bool
fn eq(&self, other: &ListApplicationRevisionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.