Struct aws_sdk_ec2::model::VolumeStatusAction [−][src]
#[non_exhaustive]pub struct VolumeStatusAction {
pub code: Option<String>,
pub description: Option<String>,
pub event_id: Option<String>,
pub event_type: Option<String>,
}
Expand description
Describes a volume status operation code.
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.code: Option<String>
The code identifying the operation, for example, enable-volume-io
.
description: Option<String>
A description of the operation.
event_id: Option<String>
The ID of the event associated with this operation.
event_type: Option<String>
The event type associated with this operation.
Implementations
The code identifying the operation, for example, enable-volume-io
.
A description of the operation.
The event type associated with this operation.
Creates a new builder-style object to manufacture VolumeStatusAction
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 VolumeStatusAction
impl Send for VolumeStatusAction
impl Sync for VolumeStatusAction
impl Unpin for VolumeStatusAction
impl UnwindSafe for VolumeStatusAction
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