Class: Aws::AuditManager::Types::URL

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

A uniform resource locator, used as a unique identifier to locate a resource on the internet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The name or word used as a hyperlink to the URL.

Returns:

  • (String)


3623
3624
3625
3626
3627
3628
# File 'lib/aws-sdk-auditmanager/types.rb', line 3623

class URL < Struct.new(
  :hyperlink_name,
  :link)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier for the internet resource.

Returns:

  • (String)


3623
3624
3625
3626
3627
3628
# File 'lib/aws-sdk-auditmanager/types.rb', line 3623

class URL < Struct.new(
  :hyperlink_name,
  :link)
  SENSITIVE = []
  include Aws::Structure
end