Struct aws_sdk_codedeploy::input::ListDeploymentGroupsInput [−][src]
#[non_exhaustive]pub struct ListDeploymentGroupsInput {
pub application_name: Option<String>,
pub next_token: Option<String>,
}
Expand description
Represents the input of a ListDeploymentGroups
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 IAM user or AWS account.
next_token: Option<String>
An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDeploymentGroups, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDeploymentGroups, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDeploymentGroups
>
Creates a new builder-style object to manufacture ListDeploymentGroupsInput
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 ListDeploymentGroupsInput
impl Send for ListDeploymentGroupsInput
impl Sync for ListDeploymentGroupsInput
impl Unpin for ListDeploymentGroupsInput
impl UnwindSafe for ListDeploymentGroupsInput
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