Struct aws_sdk_elasticbeanstalk::model::managed_action_history_item::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ManagedActionHistoryItem
Implementations
A unique identifier for the managed action.
A unique identifier for the managed action.
The type of the managed action.
The type of the managed action.
A description of the managed action.
A description of the managed action.
If the action failed, the type of failure.
If the action failed, the type of failure.
The status of the action.
The status of the action.
If the action failed, a description of the failure.
If the action failed, a description of the failure.
The date and time that the action started executing.
The date and time that the action started executing.
The date and time that the action finished executing.
The date and time that the action finished executing.
Consumes the builder and constructs a ManagedActionHistoryItem
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
