Struct rusoto_storagegateway::ListVolumeInitiatorsInput [] [src]

pub struct ListVolumeInitiatorsInput {
    pub volume_arn: String,
}

ListVolumeInitiatorsInput

Fields

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.

Trait Implementations

impl Default for ListVolumeInitiatorsInput
[src]

[src]

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

impl Debug for ListVolumeInitiatorsInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListVolumeInitiatorsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations