Class: Aws::FMS::Types::EC2ReplaceRouteAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::EC2ReplaceRouteAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the ReplaceRoute action in Amazon EC2.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the ReplaceRoute action in Amazon EC2.
-
#destination_cidr_block ⇒ String
Information about the IPv4 CIDR address block used for the destination match.
-
#destination_ipv_6_cidr_block ⇒ String
Information about the IPv6 CIDR address block used for the destination match.
-
#destination_prefix_list_id ⇒ String
Information about the ID of the prefix list for the route.
-
#gateway_id ⇒ Types::ActionTarget
Information about the ID of an internet gateway or virtual private gateway.
-
#route_table_id ⇒ Types::ActionTarget
Information about the ID of the route table.
Instance Attribute Details
#description ⇒ String
A description of the ReplaceRoute action in Amazon EC2.
1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-fms/types.rb', line 1073 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_block ⇒ String
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.
1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-fms/types.rb', line 1073 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_block ⇒ String
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.
1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-fms/types.rb', line 1073 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_id ⇒ String
Information about the ID of the prefix list for the route.
1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-fms/types.rb', line 1073 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_id ⇒ Types::ActionTarget
Information about the ID of an internet gateway or virtual private gateway.
1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-fms/types.rb', line 1073 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_id ⇒ Types::ActionTarget
Information about the ID of the route table.
1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-fms/types.rb', line 1073 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 |