Class: Aws::GeoRoutes::Types::RouteRentalLegDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteRentalLegDetails
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Populated when the Leg type is Rental, and provides additional information that is specific to rental vehicle travel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_travel_steps ⇒ Array<Types::RouteRentalAfterTravelStep>
Steps of a leg that must be performed after the travel portion of the leg.
-
#agency ⇒ Types::RouteRentalAgency
Details about the rental agency.
-
#arrival ⇒ Types::RouteRentalArrival
Details corresponding to the arrival for the leg.
-
#attributions ⇒ Array<Types::RouteAttribution>
List of required attributions to display.
-
#before_travel_steps ⇒ Array<Types::RouteRentalBeforeTravelStep>
Steps of a leg that must be performed before the travel portion of the leg.
-
#booking_web_links ⇒ Array<Types::RouteWebLink>
Web links to external ticket booking services for the rental.
-
#departure ⇒ Types::RouteRentalDeparture
Details corresponding to the departure for the leg.
-
#summary ⇒ Types::RouteRentalSummary
Summary of the rental leg.
-
#transport ⇒ Types::RouteRentalTransportModeDetails
Transport mode details for the rental leg.
-
#travel_steps ⇒ Array<Types::RouteRentalTravelStep>
Steps of a leg that must be performed during the travel portion of the leg.
Instance Attribute Details
#after_travel_steps ⇒ Array<Types::RouteRentalAfterTravelStep>
Steps of a leg that must be performed after the travel portion of the leg.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#agency ⇒ Types::RouteRentalAgency
Details about the rental agency.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#arrival ⇒ Types::RouteRentalArrival
Details corresponding to the arrival for the leg.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#attributions ⇒ Array<Types::RouteAttribution>
List of required attributions to display.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#before_travel_steps ⇒ Array<Types::RouteRentalBeforeTravelStep>
Steps of a leg that must be performed before the travel portion of the leg.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#booking_web_links ⇒ Array<Types::RouteWebLink>
Web links to external ticket booking services for the rental.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#departure ⇒ Types::RouteRentalDeparture
Details corresponding to the departure for the leg.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::RouteRentalSummary
Summary of the rental leg.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#transport ⇒ Types::RouteRentalTransportModeDetails
Transport mode details for the rental leg.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#travel_steps ⇒ Array<Types::RouteRentalTravelStep>
Steps of a leg that must be performed during the travel portion of the leg.
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5491 class RouteRentalLegDetails < Struct.new( :after_travel_steps, :agency, :arrival, :attributions, :before_travel_steps, :booking_web_links, :departure, :summary, :transport, :travel_steps) SENSITIVE = [] include Aws::Structure end |