Class: Aws::FMS::Types::EC2ReplaceRouteAction

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

Overview

Information about the ReplaceRoute action in Amazon EC2.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the ReplaceRoute action in Amazon EC2.

Returns:

  • (String)


979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 979

class EC2ReplaceRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_cidr_blockString

Information about the IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

Returns:

  • (String)


979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 979

class EC2ReplaceRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_ipv_6_cidr_blockString

Information about the IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

Returns:

  • (String)


979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 979

class EC2ReplaceRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_prefix_list_idString

Information about the ID of the prefix list for the route.

Returns:

  • (String)


979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 979

class EC2ReplaceRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idTypes::ActionTarget

Information about the ID of an internet gateway or virtual private gateway.

Returns:



979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 979

class EC2ReplaceRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_table_idTypes::ActionTarget

Information about the ID of the route table.

Returns:



979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 979

class EC2ReplaceRouteAction < Struct.new(
  :description,
  :destination_cidr_block,
  :destination_prefix_list_id,
  :destination_ipv_6_cidr_block,
  :gateway_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end