Class: Aws::GeoRoutes::Types::RouteRentalAgency

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

Details about the rental agency.

Constant Summary collapse

SENSITIVE =
[:name, :url]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the agency.

Returns:

  • (String)


5372
5373
5374
5375
5376
5377
# File 'lib/aws-sdk-georoutes/types.rb', line 5372

class RouteRentalAgency < Struct.new(
  :name,
  :url)
  SENSITIVE = [:name, :url]
  include Aws::Structure
end

#urlString

URL to the agency’s website.

Returns:

  • (String)


5372
5373
5374
5375
5376
5377
# File 'lib/aws-sdk-georoutes/types.rb', line 5372

class RouteRentalAgency < Struct.new(
  :name,
  :url)
  SENSITIVE = [:name, :url]
  include Aws::Structure
end