Class: Aws::GeoRoutes::Types::RouteWebLink

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

Overview

The URL to an external resource.

Constant Summary collapse

SENSITIVE =
[:anchor_text, :description, :device_type, :url]

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_textString

The interactive or clickable portion of the text.

Returns:

  • (String)


8901
8902
8903
8904
8905
8906
8907
8908
# File 'lib/aws-sdk-georoutes/types.rb', line 8901

class RouteWebLink < Struct.new(
  :anchor_text,
  :description,
  :device_type,
  :url)
  SENSITIVE = [:anchor_text, :description, :device_type, :url]
  include Aws::Structure
end

#descriptionString

Text describing the URL.

Returns:

  • (String)


8901
8902
8903
8904
8905
8906
8907
8908
# File 'lib/aws-sdk-georoutes/types.rb', line 8901

class RouteWebLink < Struct.new(
  :anchor_text,
  :description,
  :device_type,
  :url)
  SENSITIVE = [:anchor_text, :description, :device_type, :url]
  include Aws::Structure
end

#device_typeString

Device type for which the link is intended.

Returns:

  • (String)


8901
8902
8903
8904
8905
8906
8907
8908
# File 'lib/aws-sdk-georoutes/types.rb', line 8901

class RouteWebLink < Struct.new(
  :anchor_text,
  :description,
  :device_type,
  :url)
  SENSITIVE = [:anchor_text, :description, :device_type, :url]
  include Aws::Structure
end

#urlString

The URL of the link.

Returns:

  • (String)


8901
8902
8903
8904
8905
8906
8907
8908
# File 'lib/aws-sdk-georoutes/types.rb', line 8901

class RouteWebLink < Struct.new(
  :anchor_text,
  :description,
  :device_type,
  :url)
  SENSITIVE = [:anchor_text, :description, :device_type, :url]
  include Aws::Structure
end