Struct aws_sdk_codedeploy::output::ListDeploymentsOutput
source · [−]#[non_exhaustive]pub struct ListDeploymentsOutput { /* private fields */ }
Expand description
Represents the output of a ListDeployments
operation.
Implementations
sourceimpl ListDeploymentsOutput
impl ListDeploymentsOutput
sourcepub fn deployments(&self) -> Option<&[String]>
pub fn deployments(&self) -> Option<&[String]>
A list of deployment IDs.
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 deployments call to return the next set of deployments in the list.
sourceimpl ListDeploymentsOutput
impl ListDeploymentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeploymentsOutput
.
Trait Implementations
sourceimpl Clone for ListDeploymentsOutput
impl Clone for ListDeploymentsOutput
sourcefn clone(&self) -> ListDeploymentsOutput
fn clone(&self) -> ListDeploymentsOutput
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 ListDeploymentsOutput
impl Debug for ListDeploymentsOutput
sourceimpl PartialEq<ListDeploymentsOutput> for ListDeploymentsOutput
impl PartialEq<ListDeploymentsOutput> for ListDeploymentsOutput
sourcefn eq(&self, other: &ListDeploymentsOutput) -> bool
fn eq(&self, other: &ListDeploymentsOutput) -> bool
impl StructuralPartialEq for ListDeploymentsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListDeploymentsOutput
impl Send for ListDeploymentsOutput
impl Sync for ListDeploymentsOutput
impl Unpin for ListDeploymentsOutput
impl UnwindSafe for ListDeploymentsOutput
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