Class: Aws::GeoRoutes::Types::RouteFerryDeparture
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryDeparture
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Details corresponding to the departure for the leg.
Constant Summary collapse
- SENSITIVE =
[:time]
Instance Attribute Summary collapse
-
#place ⇒ Types::RouteFerryPlace
Place details corresponding to the departure.
-
#time ⇒ String
The departure time.
Instance Attribute Details
#place ⇒ Types::RouteFerryPlace
Place details corresponding to the departure.
3140 3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3140 class RouteFerryDeparture < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |
#time ⇒ String
The departure time.
3140 3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-georoutes/types.rb', line 3140 class RouteFerryDeparture < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |