Struct rusoto_storagegateway::DeleteTapeOutput[][src]

pub struct DeleteTapeOutput {
    pub tape_arn: Option<String>,
}

DeleteTapeOutput

Fields

The Amazon Resource Name (ARN) of the deleted virtual tape.

Trait Implementations

impl Default for DeleteTapeOutput
[src]

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

impl Debug for DeleteTapeOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteTapeOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteTapeOutput
[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