Class: Aws::FMS::Types::EC2DeleteRouteAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::EC2DeleteRouteAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the DeleteRoute action in Amazon EC2.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the DeleteRoute action.
-
#destination_cidr_block ⇒ String
Information about the IPv4 CIDR range for the route.
-
#destination_ipv_6_cidr_block ⇒ String
Information about the IPv6 CIDR range for the route.
-
#destination_prefix_list_id ⇒ String
Information about the ID of the prefix list for the route.
-
#route_table_id ⇒ Types::ActionTarget
Information about the ID of the route table.
Instance Attribute Details
#description ⇒ String
A description of the DeleteRoute action.
1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-fms/types.rb', line 1030 class EC2DeleteRouteAction < Struct.new( :description, :destination_cidr_block, :destination_prefix_list_id, :destination_ipv_6_cidr_block, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#destination_cidr_block ⇒ String
Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-fms/types.rb', line 1030 class EC2DeleteRouteAction < Struct.new( :description, :destination_cidr_block, :destination_prefix_list_id, :destination_ipv_6_cidr_block, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#destination_ipv_6_cidr_block ⇒ String
Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-fms/types.rb', line 1030 class EC2DeleteRouteAction < Struct.new( :description, :destination_cidr_block, :destination_prefix_list_id, :destination_ipv_6_cidr_block, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#destination_prefix_list_id ⇒ String
Information about the ID of the prefix list for the route.
1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-fms/types.rb', line 1030 class EC2DeleteRouteAction < Struct.new( :description, :destination_cidr_block, :destination_prefix_list_id, :destination_ipv_6_cidr_block, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ Types::ActionTarget
Information about the ID of the route table.
1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-fms/types.rb', line 1030 class EC2DeleteRouteAction < Struct.new( :description, :destination_cidr_block, :destination_prefix_list_id, :destination_ipv_6_cidr_block, :route_table_id) SENSITIVE = [] include Aws::Structure end |