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)


88145
88146
88147
88148
88149
88150
88151
88152
88153
88154
88155
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88145

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)


88145
88146
88147
88148
88149
88150
88151
88152
88153
88154
88155
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88145

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)


88145
88146
88147
88148
88149
88150
88151
88152
88153
88154
88155
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88145

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)


88145
88146
88147
88148
88149
88150
88151
88152
88153
88154
88155
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88145

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)


88145
88146
88147
88148
88149
88150
88151
88152
88153
88154
88155
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88145

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)


88145
88146
88147
88148
88149
88150
88151
88152
88153
88154
88155
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88145

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)


88145
88146
88147
88148
88149
88150
88151
88152
88153
88154
88155
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88145

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