Struct rusoto_ec2::DescribeVolumesModificationsRequest [] [src]

pub struct DescribeVolumesModificationsRequest {
    pub dry_run: Option<bool>,
    pub filters: Option<Vec<Filter>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub volume_ids: Option<Vec<String>>,
}

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

One or more filters. Supported filters: volume-id, modification-state, target-size, target-iops, target-volume-type, original-size, original-iops, original-volume-type, start-time.

The maximum number of results (up to a limit of 500) to be returned in a paginated request.

The nextToken value returned by a previous paginated request.

One or more volume IDs for which in-progress modifications will be described.

Trait Implementations

impl Default for DescribeVolumesModificationsRequest
[src]

[src]

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

impl Debug for DescribeVolumesModificationsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeVolumesModificationsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more