#[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() -> Builder
pub fn builder() -> Builder
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 more