Class: Aws::GeoRoutes::Types::RouteTaxiAgency
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTaxiAgency
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Details about the taxi agency.
Constant Summary collapse
- SENSITIVE =
[:name, :url]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the agency.
-
#url ⇒ String
URL to the agency's website.
Instance Attribute Details
#name ⇒ String
Name of the agency.
6148 6149 6150 6151 6152 6153 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6148 class RouteTaxiAgency < Struct.new( :name, :url) SENSITIVE = [:name, :url] include Aws::Structure end |
#url ⇒ String
URL to the agency's website.
6148 6149 6150 6151 6152 6153 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6148 class RouteTaxiAgency < Struct.new( :name, :url) SENSITIVE = [:name, :url] include Aws::Structure end |