Struct aws_sdk_codedeploy::output::ListApplicationsOutput
source · [−]#[non_exhaustive]pub struct ListApplicationsOutput { /* private fields */ }
Expand description
Represents the output of a ListApplications operation.
Implementations
sourceimpl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn applications(&self) -> Option<&[String]>
pub fn applications(&self) -> Option<&[String]>
A list of application names.
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 applications call to return the next set of applications in the list.
sourceimpl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationsOutput
.
Trait Implementations
sourceimpl Clone for ListApplicationsOutput
impl Clone for ListApplicationsOutput
sourcefn clone(&self) -> ListApplicationsOutput
fn clone(&self) -> ListApplicationsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListApplicationsOutput
impl Debug for ListApplicationsOutput
sourceimpl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
impl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
sourcefn eq(&self, other: &ListApplicationsOutput) -> bool
fn eq(&self, other: &ListApplicationsOutput) -> bool
impl StructuralPartialEq for ListApplicationsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListApplicationsOutput
impl Send for ListApplicationsOutput
impl Sync for ListApplicationsOutput
impl Unpin for ListApplicationsOutput
impl UnwindSafe for ListApplicationsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more