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

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

Overview

Short for uniform resource locator. A URL is 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 that's used as a hyperlink to the URL.

Returns:

  • (String)


4360
4361
4362
4363
4364
4365
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4360

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

The unique identifier for the internet resource.

Returns:

  • (String)


4360
4361
4362
4363
4364
4365
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4360

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