Struct aws_sdk_codedeploy::output::ListDeploymentConfigsOutput [−][src]
#[non_exhaustive]pub struct ListDeploymentConfigsOutput {
pub deployment_configs_list: Option<Vec<String>>,
pub next_token: Option<String>,
}
Expand description
Represents the output of a ListDeploymentConfigs
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.deployment_configs_list: Option<Vec<String>>
A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime
.
next_token: Option<String>
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.
Implementations
Creates a new builder-style object to manufacture ListDeploymentConfigsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListDeploymentConfigsOutput
impl Send for ListDeploymentConfigsOutput
impl Sync for ListDeploymentConfigsOutput
impl Unpin for ListDeploymentConfigsOutput
impl UnwindSafe for ListDeploymentConfigsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more