Class: Aws::GeoRoutes::Types::RouteRentalAgency
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteRentalAgency
- 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
-
#name ⇒ String
Name of the agency.
-
#url ⇒ String
URL to the agency’s website.
Instance Attribute Details
#name ⇒ String
Name of the agency.
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 |
#url ⇒ String
URL to the agency’s website.
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 |