Class: Aws::GeoRoutes::Types::RouteExclusionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteExclusionOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Exclusion options for the route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#countries ⇒ Array<String>
List of countries to be avoided defined by two-letter or three-letter country codes.
Instance Attribute Details
#countries ⇒ Array<String>
List of countries to be avoided defined by two-letter or three-letter country codes.
2290 2291 2292 2293 2294 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2290 class RouteExclusionOptions < Struct.new( :countries) SENSITIVE = [] include Aws::Structure end |