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]

[src]

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

impl Debug for VolumeStatusAction
[src]

[src]

Formats the value using the given formatter.

impl Clone for VolumeStatusAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more