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

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

Instance Attribute Details

#titleString

An optional human-readable title for the link.

Returns:

  • (String)


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

#urlString

The URL of the external reference.

Returns:

  • (String)


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