Class: Aws::GeoRoutes::Types::RouteExclusionOptions

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

Overview

Exclusion options for the route.

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>)


2290
2291
2292
2293
2294
# File 'lib/aws-sdk-georoutes/types.rb', line 2290

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