Class: Aws::Redshift::Types::ReferenceLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ReferenceLink
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
A link to an Amazon Redshift Advisor reference for more information about a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link ⇒ String
The URL address to find more information.
-
#text ⇒ String
The hyperlink text that describes the link to more information.
Instance Attribute Details
#link ⇒ String
The URL address to find more information.
9810 9811 9812 9813 9814 9815 |
# File 'lib/aws-sdk-redshift/types.rb', line 9810 class ReferenceLink < Struct.new( :text, :link) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The hyperlink text that describes the link to more information.
9810 9811 9812 9813 9814 9815 |
# File 'lib/aws-sdk-redshift/types.rb', line 9810 class ReferenceLink < Struct.new( :text, :link) SENSITIVE = [] include Aws::Structure end |