Class: Aws::GeoRoutes::Types::IsolineAvoidanceZoneCategory

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

Overview

Zone category to be avoided.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

Zone category to be avoided.

Returns:

  • (String)


916
917
918
919
920
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 916

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