Struct aws_sdk_elasticbeanstalk::model::managed_action::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ManagedAction
Implementations
A unique identifier for the managed action.
A unique identifier for the managed action.
A description of the managed action.
A description of the managed action.
The type of managed action.
The type of managed action.
The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.
The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.
The start time of the maintenance window in which the managed action will execute.
The start time of the maintenance window in which the managed action will execute.
Consumes the builder and constructs a ManagedAction
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
