#[non_exhaustive]pub struct DescribeEnvironmentManagedActionsInput {
pub environment_name: Option<String>,
pub environment_id: Option<String>,
pub status: Option<ActionStatus>,
}
Expand description
Request to list an environment's upcoming and in-progress managed actions.
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.environment_name: Option<String>
The name of the target environment.
environment_id: Option<String>
The environment ID of the target environment.
status: Option<ActionStatus>
To show only actions with a particular status, specify a status.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironmentManagedActions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironmentManagedActions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeEnvironmentManagedActions
>
Creates a new builder-style object to manufacture DescribeEnvironmentManagedActionsInput
The name of the target environment.
The environment ID of the target environment.
To show only actions with a particular status, specify a status.
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
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