Class: Aws::EC2::Types::TransitGatewayRoute

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

Overview

Describes a route for a transit gateway route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

The CIDR block used for destination matches.

Returns:

  • (String)


65423
65424
65425
65426
65427
65428
65429
65430
65431
65432
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65423

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :prefix_list_id,
  :transit_gateway_route_table_announcement_id,
  :transit_gateway_attachments,
  :type,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_idString

The ID of the prefix list used for destination matches.

Returns:

  • (String)


65423
65424
65425
65426
65427
65428
65429
65430
65431
65432
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65423

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :prefix_list_id,
  :transit_gateway_route_table_announcement_id,
  :transit_gateway_attachments,
  :type,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the route.

Returns:

  • (String)


65423
65424
65425
65426
65427
65428
65429
65430
65431
65432
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65423

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :prefix_list_id,
  :transit_gateway_route_table_announcement_id,
  :transit_gateway_attachments,
  :type,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachmentsArray<Types::TransitGatewayRouteAttachment>

The attachments.



65423
65424
65425
65426
65427
65428
65429
65430
65431
65432
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65423

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :prefix_list_id,
  :transit_gateway_route_table_announcement_id,
  :transit_gateway_attachments,
  :type,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_route_table_announcement_idString

The ID of the transit gateway route table announcement.

Returns:

  • (String)


65423
65424
65425
65426
65427
65428
65429
65430
65431
65432
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65423

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :prefix_list_id,
  :transit_gateway_route_table_announcement_id,
  :transit_gateway_attachments,
  :type,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The route type.

Returns:

  • (String)


65423
65424
65425
65426
65427
65428
65429
65430
65431
65432
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65423

class TransitGatewayRoute < Struct.new(
  :destination_cidr_block,
  :prefix_list_id,
  :transit_gateway_route_table_announcement_id,
  :transit_gateway_attachments,
  :type,
  :state)
  SENSITIVE = []
  include Aws::Structure
end