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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

Duration of the step.

Unit: ‘seconds`

Returns:

  • (Integer)


2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-georoutes/types.rb', line 2403

class RouteFerryBeforeTravelStep < Struct.new(
  :duration,
  :instruction,
  :type)
  SENSITIVE = []
  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>

Returns:

  • (String)


2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-georoutes/types.rb', line 2403

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

#typeString

Type of the step.

Returns:

  • (String)


2403
2404
2405
2406
2407
2408
2409
# File 'lib/aws-sdk-georoutes/types.rb', line 2403

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