Struct rusoto_ec2::DescribeVolumesModificationsResult [] [src]

pub struct DescribeVolumesModificationsResult {
    pub next_token: Option<String>,
    pub volumes_modifications: Option<Vec<VolumeModification>>,
}

Fields

Token for pagination, null if there are no more results

A list of returned VolumeModification objects.

Trait Implementations

impl Default for DescribeVolumesModificationsResult
[src]

[src]

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

impl Debug for DescribeVolumesModificationsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeVolumesModificationsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more