Struct rusoto_storagegateway::ShutdownGatewayOutput[][src]

pub struct ShutdownGatewayOutput {
    pub gateway_arn: Option<String>,
}

A JSON object containing the of the gateway that was shut down.

Fields

Trait Implementations

impl Default for ShutdownGatewayOutput
[src]

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

impl Debug for ShutdownGatewayOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for ShutdownGatewayOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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