You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::GatewayInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a gateway object.

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_idString

The ID of the Amazon EC2 instance that was used to launch the gateway.

Returns:

  • (String)

    The ID of the Amazon EC2 instance that was used to launch the gateway.

#ec2_instance_regionString

The AWS Region where the Amazon EC2 instance is located.

Returns:

  • (String)

    The AWS Region where the Amazon EC2 instance is located.

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

#gateway_idString

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Returns:

  • (String)

    The unique identifier assigned to your gateway during activation.

#gateway_nameString

The name of the gateway.

Returns:

  • (String)

    The name of the gateway.

#gateway_operational_stateString

The state of the gateway.

Valid Values: DISABLED | ACTIVE

Returns:

  • (String)

    The state of the gateway.

#gateway_typeString

The type of the gateway.

Returns:

  • (String)

    The type of the gateway.