Class: Aws::GeoRoutes::Types::IsolineTravelModeOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GeoRoutes::Types::IsolineTravelModeOptions
 
 
- Defined in:
 - gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
 
Overview
Travel mode related options for the provided travel mode.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #car  ⇒ Types::IsolineCarOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Travel mode options when the provided travel mode is "Car".
 - 
  
    
      #scooter  ⇒ Types::IsolineScooterOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Travel mode options when the provided travel mode is
Scooter. - 
  
    
      #truck  ⇒ Types::IsolineTruckOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Travel mode options when the provided travel mode is "Truck".
 
Instance Attribute Details
#car ⇒ Types::IsolineCarOptions
Travel mode options when the provided travel mode is "Car"
      1314 1315 1316 1317 1318 1319 1320  | 
    
      # File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1314 class IsolineTravelModeOptions < Struct.new( :car, :scooter, :truck) SENSITIVE = [] include Aws::Structure end  | 
  
#scooter ⇒ Types::IsolineScooterOptions
Travel mode options when the provided travel mode is Scooter
Scooter, then the avoidance option
ControlledAccessHighways defaults to true.
      1314 1315 1316 1317 1318 1319 1320  | 
    
      # File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1314 class IsolineTravelModeOptions < Struct.new( :car, :scooter, :truck) SENSITIVE = [] include Aws::Structure end  | 
  
#truck ⇒ Types::IsolineTruckOptions
Travel mode options when the provided travel mode is "Truck"
      1314 1315 1316 1317 1318 1319 1320  | 
    
      # File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1314 class IsolineTravelModeOptions < Struct.new( :car, :scooter, :truck) SENSITIVE = [] include Aws::Structure end  |