#[non_exhaustive]pub struct DescribeApplicationsOutput { /* private fields */ }
Implementations§
source§impl DescribeApplicationsOutput
impl DescribeApplicationsOutput
sourcepub fn applications(&self) -> Option<&[Application]>
pub fn applications(&self) -> Option<&[Application]>
The applications in the list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation.
source§impl DescribeApplicationsOutput
impl DescribeApplicationsOutput
sourcepub fn builder() -> DescribeApplicationsOutputBuilder
pub fn builder() -> DescribeApplicationsOutputBuilder
Creates a new builder-style object to manufacture DescribeApplicationsOutput
.
Trait Implementations§
source§impl Clone for DescribeApplicationsOutput
impl Clone for DescribeApplicationsOutput
source§fn clone(&self) -> DescribeApplicationsOutput
fn clone(&self) -> DescribeApplicationsOutput
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 DescribeApplicationsOutput
impl Debug for DescribeApplicationsOutput
source§impl PartialEq<DescribeApplicationsOutput> for DescribeApplicationsOutput
impl PartialEq<DescribeApplicationsOutput> for DescribeApplicationsOutput
source§fn eq(&self, other: &DescribeApplicationsOutput) -> bool
fn eq(&self, other: &DescribeApplicationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeApplicationsOutput
impl RequestId for DescribeApplicationsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.