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)


9522
9523
9524
9525
9526
9527
# File 'lib/aws-sdk-redshift/types.rb', line 9522

class ReferenceLink < Struct.new(
  :text,
  :link)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The hyperlink text that describes the link to more information.

Returns:

  • (String)


9522
9523
9524
9525
9526
9527
# File 'lib/aws-sdk-redshift/types.rb', line 9522

class ReferenceLink < Struct.new(
  :text,
  :link)
  SENSITIVE = []
  include Aws::Structure
end