Struct aws_sdk_elasticbeanstalk::output::DescribeEnvironmentManagedActionHistoryOutput [−][src]
#[non_exhaustive]pub struct DescribeEnvironmentManagedActionHistoryOutput {
pub managed_action_history_items: Option<Vec<ManagedActionHistoryItem>>,
pub next_token: Option<String>,
}Expand description
A result message containing a list of 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.managed_action_history_items: Option<Vec<ManagedActionHistoryItem>>A list of completed and failed managed actions.
next_token: Option<String>A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
Implementations
A list of completed and failed managed actions.
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
Creates a new builder-style object to manufacture DescribeEnvironmentManagedActionHistoryOutput
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
