Struct aws_sdk_codedeploy::input::BatchGetDeploymentGroupsInput [−][src]
#[non_exhaustive]pub struct BatchGetDeploymentGroupsInput {
pub application_name: Option<String>,
pub deployment_group_names: Option<Vec<String>>,
}
Expand description
Represents the input of a BatchGetDeploymentGroups
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.application_name: Option<String>
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
deployment_group_names: Option<Vec<String>>
The names of the deployment groups.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentGroups, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentGroups, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<BatchGetDeploymentGroups
>
Creates a new builder-style object to manufacture BatchGetDeploymentGroupsInput
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
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 Send for BatchGetDeploymentGroupsInput
impl Sync for BatchGetDeploymentGroupsInput
impl Unpin for BatchGetDeploymentGroupsInput
impl UnwindSafe for BatchGetDeploymentGroupsInput
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