Class: Aws::EC2::Types::LocalGatewayRouteTable

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

Overview

Describes a local gateway route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_id ⇒ String

The ID of the local gateway.

Returns:

  • (String)


63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_arn ⇒ String

The Amazon Resource Name (ARN) of the local gateway route table.

Returns:

  • (String)


63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_id ⇒ String

The ID of the local gateway route table.

Returns:

  • (String)


63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#mode ⇒ String

The mode of the local gateway route table.

Returns:

  • (String)


63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arn ⇒ String

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#owner_id ⇒ String

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

Returns:

  • (String)


63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#state ⇒ String

The state of the local gateway route table.

Returns:

  • (String)


63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#state_reason ⇒ Types::StateReason

Information about the state change.

Returns:



63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

The tags assigned to the local gateway route table.

Returns:



63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63538

class LocalGatewayRouteTable < Struct.new(
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :local_gateway_id,
  :outpost_arn,
  :owner_id,
  :state,
  :tags,
  :mode,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end