Class: Aws::GeoRoutes::Types::RouteFerryAfterTravelStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryAfterTravelStep
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Steps of a leg that must be performed after the travel portion of the leg.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration ⇒ Integer
Duration of the step.
-
#instruction ⇒ String
Brief description of the step in the requested language.
-
#type ⇒ String
Type of the step.
Instance Attribute Details
#duration ⇒ Integer
Duration of the step.
Unit: ‘seconds`
2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2353 class RouteFerryAfterTravelStep < Struct.new( :duration, :instruction, :type) SENSITIVE = [] include Aws::Structure end |
#instruction ⇒ String
Brief description of the step in the requested language.
<note markdown=“1”> Only available when the TravelStepType is Default.
</note>
2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2353 class RouteFerryAfterTravelStep < Struct.new( :duration, :instruction, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the step.
2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2353 class RouteFerryAfterTravelStep < Struct.new( :duration, :instruction, :type) SENSITIVE = [] include Aws::Structure end |