Class: Aws::FMS::Types::ExpectedRoute

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

Overview

Information about the expected route in the route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_targetsArray<String>

Information about the allowed targets.

Returns:

  • (Array<String>)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-fms/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_subnetsArray<String>

Information about the contributing subnets.

Returns:

  • (Array<String>)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-fms/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_cidrString

Information about the IPv4 CIDR block.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-fms/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_cidrString

Information about the IPv6 CIDR block.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-fms/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_idString

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

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-fms/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_idString

Information about the route table ID.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-fms/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