Class: Aws::GeoRoutes::Types::RouteAttribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteAttribution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Required attribution to display.
Constant Summary collapse
- SENSITIVE =
[:attribution_type]
Instance Attribute Summary collapse
-
#attribution_type ⇒ String
The type of the attribution link.
-
#web_link ⇒ Types::RouteWebLink
The URL to an external resource.
Instance Attribute Details
#attribution_type ⇒ String
The type of the attribution link.
2507 2508 2509 2510 2511 2512 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2507 class RouteAttribution < Struct.new( :attribution_type, :web_link) SENSITIVE = [:attribution_type] include Aws::Structure end |
#web_link ⇒ Types::RouteWebLink
The URL to an external resource.
2507 2508 2509 2510 2511 2512 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2507 class RouteAttribution < Struct.new( :attribution_type, :web_link) SENSITIVE = [:attribution_type] include Aws::Structure end |