Class: Aws::WellArchitected::Types::ResourceLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ResourceLink
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
An external reference associated with remediation steps.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#title ⇒ String
An optional human-readable title for the link.
-
#url ⇒ String
The URL of the external reference.
Instance Attribute Details
#title ⇒ String
An optional human-readable title for the link.
6747 6748 6749 6750 6751 6752 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6747 class ResourceLink < Struct.new( :url, :title) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the external reference.
6747 6748 6749 6750 6751 6752 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6747 class ResourceLink < Struct.new( :url, :title) SENSITIVE = [] include Aws::Structure end |