Struct aws_sdk_elasticache::model::event::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Event
Implementations
The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.
The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
The text of the event.
The date and time when the event occurred.
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