Struct rusoto_storagegateway::DeleteVolumeOutput[][src]

pub struct DeleteVolumeOutput {
    pub volume_arn: Option<String>,
}

A JSON object containing the of the storage volume that was deleted

Fields

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

Trait Implementations

impl Default for DeleteVolumeOutput
[src]

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

impl Debug for DeleteVolumeOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteVolumeOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteVolumeOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations