Struct aws_sdk_ec2::model::instance_status_event::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceStatusEvent
Implementations
The ID of the event.
The ID of the event.
A description of the event.
After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
A description of the event.
After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
The latest scheduled end time for the event.
The earliest scheduled start time for the event.
The earliest scheduled start time for the event.
The deadline for starting the event.
The deadline for starting the event.
Consumes the builder and constructs a InstanceStatusEvent
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