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]

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

impl Debug for VolumeStatusEvent
[src]

Formats the value using the given formatter. Read more

impl Clone for VolumeStatusEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VolumeStatusEvent
[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