Struct rusoto_ec2::VolumeStatusEvent [] [src]

pub struct VolumeStatusEvent {
    pub description: Option<String>,
    pub event_id: Option<String>,
    pub event_type: Option<String>,
    pub not_after: Option<String>,
    pub not_before: Option<String>,
}

Describes a volume status event.

Fields

A description of the event.

The ID of this event.

The type of this event.

The latest end time of the event.

The earliest start time of the event.

Trait Implementations

impl Default for VolumeStatusEvent
[src]

[src]

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

impl Debug for VolumeStatusEvent
[src]

[src]

Formats the value using the given formatter.

impl Clone for VolumeStatusEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more