Class: Aws::RDS::Types::DocLink

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

A link to documentation that provides additional information for a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text with the link to documentation for the recommendation.

Returns:

  • (String)


14860
14861
14862
14863
14864
14865
# File 'lib/aws-sdk-rds/types.rb', line 14860

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

#urlString

The URL for the documentation for the recommendation.

Returns:

  • (String)


14860
14861
14862
14863
14864
14865
# File 'lib/aws-sdk-rds/types.rb', line 14860

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