Class: Aws::GeoRoutes::Types::RouteFerryArrival
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryArrival
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Details corresponding to the arrival for the leg.
Constant Summary collapse
- SENSITIVE =
[:time]
Instance Attribute Summary collapse
-
#place ⇒ Types::RouteFerryPlace
The place details.
-
#time ⇒ String
The time.
Instance Attribute Details
#place ⇒ Types::RouteFerryPlace
The place details.
2957 2958 2959 2960 2961 2962 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2957 class RouteFerryArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |
#time ⇒ String
The time.
2957 2958 2959 2960 2961 2962 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2957 class RouteFerryArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |