#[non_exhaustive]pub struct ListApplicationsOutput { /* private fields */ }
Implementations§
source§impl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn applications(&self) -> Option<&[ApplicationSummary]>
pub fn applications(&self) -> Option<&[ApplicationSummary]>
The output lists the specified applications.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
source§impl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationsOutput
.
Trait Implementations§
source§impl Clone for ListApplicationsOutput
impl Clone for ListApplicationsOutput
source§fn clone(&self) -> ListApplicationsOutput
fn clone(&self) -> ListApplicationsOutput
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 ListApplicationsOutput
impl Debug for ListApplicationsOutput
source§impl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
impl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
source§fn eq(&self, other: &ListApplicationsOutput) -> bool
fn eq(&self, other: &ListApplicationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.