Class: Aws::RDS::Types::DocLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DocLink
- 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
-
#text ⇒ String
The text with the link to documentation for the recommendation.
-
#url ⇒ String
The URL for the documentation for the recommendation.
Instance Attribute Details
#text ⇒ String
The text with the link to documentation for the recommendation.
15018 15019 15020 15021 15022 15023 |
# File 'lib/aws-sdk-rds/types.rb', line 15018 class DocLink < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL for the documentation for the recommendation.
15018 15019 15020 15021 15022 15023 |
# File 'lib/aws-sdk-rds/types.rb', line 15018 class DocLink < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |