Class: Aws::GeoRoutes::Types::RouteFerryBeforeTravelStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryBeforeTravelStep
- Defined in:
- gems/aws-sdk-georoutes/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
-
#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
2403 2404 2405 2406 2407 2408 2409 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2403 class RouteFerryBeforeTravelStep < Struct.new( :duration, :instruction, :type) SENSITIVE = [] include Aws::Structure end |
#instruction ⇒ String
Brief description of the step in the requested language.
2403 2404 2405 2406 2407 2408 2409 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2403 class RouteFerryBeforeTravelStep < Struct.new( :duration, :instruction, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the step.
2403 2404 2405 2406 2407 2408 2409 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2403 class RouteFerryBeforeTravelStep < Struct.new( :duration, :instruction, :type) SENSITIVE = [] include Aws::Structure end |