Class: Aws::WellArchitected::Types::ResourceLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ResourceLink
- Defined in:
- gems/aws-sdk-wellarchitected/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.
6735 6736 6737 6738 6739 6740 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6735 class ResourceLink < Struct.new( :url, :title) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the external reference.
6735 6736 6737 6738 6739 6740 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6735 class ResourceLink < Struct.new( :url, :title) SENSITIVE = [] include Aws::Structure end |