Class: Aws::WellArchitected::Types::ResourceLink

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#title ⇒ String

An optional human-readable title for the link.

Returns:

  • (String)


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.

Returns:

  • (String)


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