Class: Aws::GeoRoutes::Types::RouteAttribution

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

Instance Attribute Details

#attribution_typeString

The type of the attribution link.

Returns:

  • (String)


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

The URL to an external resource.

Returns:



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