Class: Aws::EC2::Types::TransitGatewayRouteTableRoute

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

Overview

Describes a route in a transit gateway route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the route attachment.

Returns:

  • (String)


65766
65767
65768
65769
65770
65771
65772
65773
65774
65775
65776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65766

class TransitGatewayRouteTableRoute < Struct.new(
  :destination_cidr,
  :state,
  :route_origin,
  :prefix_list_id,
  :attachment_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#destination_cidrString

The CIDR block used for destination matches.

Returns:

  • (String)


65766
65767
65768
65769
65770
65771
65772
65773
65774
65775
65776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65766

class TransitGatewayRouteTableRoute < Struct.new(
  :destination_cidr,
  :state,
  :route_origin,
  :prefix_list_id,
  :attachment_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_idString

The ID of the prefix list.

Returns:

  • (String)


65766
65767
65768
65769
65770
65771
65772
65773
65774
65775
65776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65766

class TransitGatewayRouteTableRoute < Struct.new(
  :destination_cidr,
  :state,
  :route_origin,
  :prefix_list_id,
  :attachment_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource for the route attachment.

Returns:

  • (String)


65766
65767
65768
65769
65770
65771
65772
65773
65774
65775
65776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65766

class TransitGatewayRouteTableRoute < Struct.new(
  :destination_cidr,
  :state,
  :route_origin,
  :prefix_list_id,
  :attachment_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type for the route attachment.

Returns:

  • (String)


65766
65767
65768
65769
65770
65771
65772
65773
65774
65775
65776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65766

class TransitGatewayRouteTableRoute < Struct.new(
  :destination_cidr,
  :state,
  :route_origin,
  :prefix_list_id,
  :attachment_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#route_originString

The route origin. The following are the possible values:

  • static

  • propagated

Returns:

  • (String)


65766
65767
65768
65769
65770
65771
65772
65773
65774
65775
65776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65766

class TransitGatewayRouteTableRoute < Struct.new(
  :destination_cidr,
  :state,
  :route_origin,
  :prefix_list_id,
  :attachment_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the route.

Returns:

  • (String)


65766
65767
65768
65769
65770
65771
65772
65773
65774
65775
65776
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65766

class TransitGatewayRouteTableRoute < Struct.new(
  :destination_cidr,
  :state,
  :route_origin,
  :prefix_list_id,
  :attachment_id,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end