Struct rusoto_ec2::VolumeStatusAction[][src]

pub struct VolumeStatusAction {
    pub code: Option<String>,
    pub description: Option<String>,
    pub event_id: Option<String>,
    pub event_type: Option<String>,
}

Describes a volume status operation code.

Fields

The code identifying the operation, for example, enable-volume-io.

A description of the operation.

The ID of the event associated with this operation.

The event type associated with this operation.

Trait Implementations

impl Default for VolumeStatusAction
[src]

Returns the "default value" for a type. Read more

impl Debug for VolumeStatusAction
[src]

Formats the value using the given formatter. Read more

impl Clone for VolumeStatusAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VolumeStatusAction
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations