Class: Aws::GeoRoutes::Types::RouteFerryBeforeTravelStep

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

Overview

Steps of a leg that must be performed before the travel portion of the leg.

Constant Summary collapse

SENSITIVE =
[:duration, :instruction, :type]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

Duration of the step.

Unit: ‘seconds`



2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-georoutes/types.rb', line 2460

class RouteFerryBeforeTravelStep < Struct.new(
  :duration,
  :instruction,
  :type)
  SENSITIVE = [:duration, :instruction, :type]
  include Aws::Structure
end

#instructionString

Brief description of the step in the requested language.

<note markdown=“1”> Only available when the TravelStepType is Default.

</note>


2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-georoutes/types.rb', line 2460

class RouteFerryBeforeTravelStep < Struct.new(
  :duration,
  :instruction,
  :type)
  SENSITIVE = [:duration, :instruction, :type]
  include Aws::Structure
end

#typeString

Type of the step.



2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-georoutes/types.rb', line 2460

class RouteFerryBeforeTravelStep < Struct.new(
  :duration,
  :instruction,
  :type)
  SENSITIVE = [:duration, :instruction, :type]
  include Aws::Structure
end