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_id ⇒ String

The ID of the local gateway.

Returns:

  • (String)


63422
63423
63424
63425
63426
63427
63428
63429
63430
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63422

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

#outpost_arn ⇒ String

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


63422
63423
63424
63425
63426
63427
63428
63429
63430
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63422

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

#owner_id ⇒ String

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

Returns:

  • (String)


63422
63423
63424
63425
63426
63427
63428
63429
63430
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63422

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

#state ⇒ String

The state of the local gateway.

Returns:

  • (String)


63422
63423
63424
63425
63426
63427
63428
63429
63430
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63422

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

#tags ⇒ Array<Types::Tag>

The tags assigned to the local gateway.

Returns:



63422
63423
63424
63425
63426
63427
63428
63429
63430
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63422

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