Struct rusoto_storagegateway::ActivateGatewayOutput[][src]

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

AWS Storage Gateway returns the Amazon Resource Name (ARN) of the activated gateway. It is a string made of information such as your account, gateway name, and region. This ARN is used to reference the gateway in other API operations as well as resource-based authorization.

For gateways activated prior to September 02, 2015, the gateway ARN contains the gateway name rather than the gateway ID. Changing the name of the gateway has no effect on the gateway ARN.

Fields

Trait Implementations

impl Default for ActivateGatewayOutput
[src]

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

impl Debug for ActivateGatewayOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for ActivateGatewayOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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