#[non_exhaustive]pub struct DescribeEnvironmentManagedActionHistoryInput {
pub environment_id: Option<String>,
pub environment_name: Option<String>,
pub next_token: Option<String>,
pub max_items: Option<i32>,
}
Expand description
Request to list completed and failed 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_id: Option<String>
The environment ID of the target environment.
environment_name: Option<String>
The name of the target environment.
next_token: Option<String>
The pagination token returned by a previous request.
max_items: Option<i32>
The maximum number of items to return for a single request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironmentManagedActionHistory, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironmentManagedActionHistory, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeEnvironmentManagedActionHistory
>
Creates a new builder-style object to manufacture DescribeEnvironmentManagedActionHistoryInput
The environment ID of the target environment.
The name of the target environment.
The pagination token returned by a previous request.
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