Class: Aws::GeoRoutes::Types::RouteWebLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteWebLink
- 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
-
#anchor_text ⇒ String
The interactive or clickable portion of the text.
-
#description ⇒ String
Text describing the URL.
-
#device_type ⇒ String
Device type for which the link is intended.
-
#url ⇒ String
The URL of the link.
Instance Attribute Details
#anchor_text ⇒ String
The interactive or clickable portion of the text.
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 |
#description ⇒ String
Text describing the URL.
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_type ⇒ String
Device type for which the link is intended.
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 |
#url ⇒ String
The URL of the link.
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 |