Class: Aws::Redshift::Types::ReferenceLink

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

The URL address to find more information.

Returns:

  • (String)


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

#textString

The hyperlink text that describes the link to more information.

Returns:

  • (String)


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