Class: Aws::GeoRoutes::Types::RouteMatrixExclusionOptions

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

Overview

Exclusion options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countriesArray<String>

List of countries to be avoided defined by two-letter or three-letter country codes.

Returns:

  • (Array<String>)


3210
3211
3212
3213
3214
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3210

class RouteMatrixExclusionOptions < Struct.new(
  :countries)
  SENSITIVE = []
  include Aws::Structure
end