Class: Aws::FMS::Types::ExpectedRoute
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ExpectedRoute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the expected route in the route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_targets ⇒ Array<String>
Information about the allowed targets.
-
#contributing_subnets ⇒ Array<String>
Information about the contributing subnets.
-
#ip_v4_cidr ⇒ String
Information about the IPv4 CIDR block.
-
#ip_v6_cidr ⇒ String
Information about the IPv6 CIDR block.
-
#prefix_list_id ⇒ String
Information about the ID of the prefix list for the route.
-
#route_table_id ⇒ String
Information about the route table ID.
Instance Attribute Details
#allowed_targets ⇒ Array<String>
Information about the allowed targets.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-fms/types.rb', line 1263 class ExpectedRoute < Struct.new( :ip_v4_cidr, :prefix_list_id, :ip_v6_cidr, :contributing_subnets, :allowed_targets, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#contributing_subnets ⇒ Array<String>
Information about the contributing subnets.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-fms/types.rb', line 1263 class ExpectedRoute < Struct.new( :ip_v4_cidr, :prefix_list_id, :ip_v6_cidr, :contributing_subnets, :allowed_targets, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#ip_v4_cidr ⇒ String
Information about the IPv4 CIDR block.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-fms/types.rb', line 1263 class ExpectedRoute < Struct.new( :ip_v4_cidr, :prefix_list_id, :ip_v6_cidr, :contributing_subnets, :allowed_targets, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#ip_v6_cidr ⇒ String
Information about the IPv6 CIDR block.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-fms/types.rb', line 1263 class ExpectedRoute < Struct.new( :ip_v4_cidr, :prefix_list_id, :ip_v6_cidr, :contributing_subnets, :allowed_targets, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#prefix_list_id ⇒ String
Information about the ID of the prefix list for the route.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-fms/types.rb', line 1263 class ExpectedRoute < Struct.new( :ip_v4_cidr, :prefix_list_id, :ip_v6_cidr, :contributing_subnets, :allowed_targets, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ String
Information about the route table ID.
1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-fms/types.rb', line 1263 class ExpectedRoute < Struct.new( :ip_v4_cidr, :prefix_list_id, :ip_v6_cidr, :contributing_subnets, :allowed_targets, :route_table_id) SENSITIVE = [] include Aws::Structure end |