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.
      9520 9521 9522 9523 9524 9525  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9520 class ReferenceLink < Struct.new( :text, :link) SENSITIVE = [] include Aws::Structure end  | 
  
#text ⇒ String
The hyperlink text that describes the link to more information.
      9520 9521 9522 9523 9524 9525  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9520 class ReferenceLink < Struct.new( :text, :link) SENSITIVE = [] include Aws::Structure end  |