Struct rusoto_opsworks::DescribeVolumesRequest [] [src]

pub struct DescribeVolumesRequest {
    pub instance_id: Option<String>,
    pub raid_array_id: Option<String>,
    pub stack_id: Option<String>,
    pub volume_ids: Option<Vec<String>>,
}

Fields

The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.

The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified RAID array.

A stack ID. The action describes the stack's registered Amazon EBS volumes.

Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.

Trait Implementations

impl Default for DescribeVolumesRequest
[src]

[src]

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

impl Debug for DescribeVolumesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeVolumesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations