Struct aws_sdk_codedeploy::output::ListDeploymentsOutput
source · #[non_exhaustive]pub struct ListDeploymentsOutput { /* private fields */ }
Expand description
Represents the output of a ListDeployments
operation.
Implementations§
source§impl 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.
source§impl ListDeploymentsOutput
impl ListDeploymentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeploymentsOutput
.
Trait Implementations§
source§impl Clone for ListDeploymentsOutput
impl Clone for ListDeploymentsOutput
source§fn clone(&self) -> ListDeploymentsOutput
fn clone(&self) -> ListDeploymentsOutput
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 ListDeploymentsOutput
impl Debug for ListDeploymentsOutput
source§impl PartialEq<ListDeploymentsOutput> for ListDeploymentsOutput
impl PartialEq<ListDeploymentsOutput> for ListDeploymentsOutput
source§fn eq(&self, other: &ListDeploymentsOutput) -> bool
fn eq(&self, other: &ListDeploymentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.