Struct rusoto_ec2::DescribeVolumeStatusResult [] [src]

pub struct DescribeVolumeStatusResult {
    pub next_token: Option<String>,
    pub volume_statuses: Option<Vec<VolumeStatusItem>>,
}

Contains the output of DescribeVolumeStatus.

Fields

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

A list of volumes.

Trait Implementations

impl Default for DescribeVolumeStatusResult
[src]

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

impl Debug for DescribeVolumeStatusResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeVolumeStatusResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more