Class: Aws::GeoRoutes::Types::RouteTaxiAgency

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Name of the agency.

Returns:

  • (String)


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

#urlString

URL to the agency's website.

Returns:

  • (String)


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