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

Class: Aws::EC2::Types::LocalGateway

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

Overview

Describes a local gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_idString

The ID of the local gateway.

Returns:

  • (String)

    The ID of the local gateway.

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Outpost.

#owner_idString

The AWS account ID that owns the local gateway.

Returns:

  • (String)

    The AWS account ID that owns the local gateway.

#stateString

The state of the local gateway.

Returns:

  • (String)

    The state of the local gateway.

#tagsArray<Types::Tag>

The tags assigned to the local gateway.

Returns:

  • (Array<Types::Tag>)

    The tags assigned to the local gateway.