Class: Aws::Redshift::Types::ReferenceLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ReferenceLink
- Defined in:
- gems/aws-sdk-redshift/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.
9888 9889 9890 9891 9892 9893 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9888 class ReferenceLink < Struct.new( :text, :link) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The hyperlink text that describes the link to more information.
9888 9889 9890 9891 9892 9893 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9888 class ReferenceLink < Struct.new( :text, :link) SENSITIVE = [] include Aws::Structure end |