Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a local gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_idString

The ID of the local gateway.

Returns:

  • (String)

51904
51905
51906
51907
51908
51909
51910
51911
51912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51904

class LocalGateway < Struct.new(
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)

51904
51905
51906
51907
51908
51909
51910
51911
51912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51904

class LocalGateway < Struct.new(
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the local gateway.

Returns:

  • (String)

51904
51905
51906
51907
51908
51909
51910
51911
51912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51904

class LocalGateway < Struct.new(
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the local gateway.

Returns:

  • (String)

51904
51905
51906
51907
51908
51909
51910
51911
51912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51904

class LocalGateway < Struct.new(
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the local gateway.

Returns:


51904
51905
51906
51907
51908
51909
51910
51911
51912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51904

class LocalGateway < Struct.new(
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end