#[non_exhaustive]pub struct ListDeploymentConfigsOutput { /* private fields */ }
Expand description
Represents the output of a ListDeploymentConfigs
operation.
Implementations§
source§impl ListDeploymentConfigsOutput
impl ListDeploymentConfigsOutput
sourcepub fn deployment_configs_list(&self) -> Option<&[String]>
pub fn deployment_configs_list(&self) -> Option<&[String]>
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime
.
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 deployment configurations call to return the next set of deployment configurations in the list.
source§impl ListDeploymentConfigsOutput
impl ListDeploymentConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeploymentConfigsOutput
.
Trait Implementations§
source§impl Clone for ListDeploymentConfigsOutput
impl Clone for ListDeploymentConfigsOutput
source§fn clone(&self) -> ListDeploymentConfigsOutput
fn clone(&self) -> ListDeploymentConfigsOutput
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 ListDeploymentConfigsOutput
impl Debug for ListDeploymentConfigsOutput
source§impl PartialEq<ListDeploymentConfigsOutput> for ListDeploymentConfigsOutput
impl PartialEq<ListDeploymentConfigsOutput> for ListDeploymentConfigsOutput
source§fn eq(&self, other: &ListDeploymentConfigsOutput) -> bool
fn eq(&self, other: &ListDeploymentConfigsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.