Struct aws_sdk_ec2::model::VolumeStatusEvent [−][src]
#[non_exhaustive]pub struct VolumeStatusEvent {
pub description: Option<String>,
pub event_id: Option<String>,
pub event_type: Option<String>,
pub not_after: Option<DateTime>,
pub not_before: Option<DateTime>,
pub instance_id: Option<String>,
}
Expand description
Describes a volume status event.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.description: Option<String>
A description of the event.
event_id: Option<String>
The ID of this event.
event_type: Option<String>
The type of this event.
not_after: Option<DateTime>
The latest end time of the event.
not_before: Option<DateTime>
The earliest start time of the event.
instance_id: Option<String>
The ID of the instance associated with the event.
Implementations
A description of the event.
The type of this event.
The earliest start time of the event.
The ID of the instance associated with the event.
Creates a new builder-style object to manufacture VolumeStatusEvent
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VolumeStatusEvent
impl Send for VolumeStatusEvent
impl Sync for VolumeStatusEvent
impl Unpin for VolumeStatusEvent
impl UnwindSafe for VolumeStatusEvent
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