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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_idString

The ID of the local gateway.

Returns:

  • (String)


45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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_arnString

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

Returns:

  • (String)


45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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_idString

The ID of the local gateway route table.

Returns:

  • (String)


45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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

#modeString

The mode of the local gateway route table.

Returns:

  • (String)


45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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_idString

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

Returns:

  • (String)


45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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

#stateString

The state of the local gateway route table.

Returns:

  • (String)


45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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_reasonTypes::StateReason

Information about the state change.

Returns:



45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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

#tagsArray<Types::Tag>

The tags assigned to the local gateway route table.

Returns:



45995
45996
45997
45998
45999
46000
46001
46002
46003
46004
46005
46006
46007
# File 'lib/aws-sdk-ec2/types.rb', line 45995

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