Class: Aws::GeoRoutes::Types::RouteFerryDeparture

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

Overview

Details corresponding to the departure for the leg.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#placeTypes::RouteFerryPlace

The place details.



2423
2424
2425
2426
2427
2428
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2423

class RouteFerryDeparture < Struct.new(
  :place,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#timeString

The time.

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2423

class RouteFerryDeparture < Struct.new(
  :place,
  :time)
  SENSITIVE = []
  include Aws::Structure
end