Struct aws_sdk_elasticbeanstalk::model::event_description::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for EventDescription
Implementations
The date when the event occurred.
The date when the event occurred.
The event message.
The application associated with the event.
The application associated with the event.
The release label for the application version associated with this event.
The release label for the application version associated with this event.
The name of the configuration associated with this event.
The name of the configuration associated with this event.
The name of the environment associated with this event.
The name of the environment associated with this event.
The ARN of the platform version.
The ARN of the platform version.
The web service request ID for the activity of this event.
The web service request ID for the activity of this event.
The severity level of this event.
The severity level of this event.
Consumes the builder and constructs a EventDescription
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