Class: Aws::AuditManager::Types::URL
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::URL
- Includes:
- Structure
- Defined in:
- 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
-
#hyperlink_name ⇒ String
The name or word that’s used as a hyperlink to the URL.
-
#link ⇒ String
The unique identifier for the internet resource.
Instance Attribute Details
#hyperlink_name ⇒ String
The name or word that’s used as a hyperlink to the URL.
4492 4493 4494 4495 4496 4497 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4492 class URL < Struct.new( :hyperlink_name, :link) SENSITIVE = [] include Aws::Structure end |
#link ⇒ String
The unique identifier for the internet resource.
4492 4493 4494 4495 4496 4497 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4492 class URL < Struct.new( :hyperlink_name, :link) SENSITIVE = [] include Aws::Structure end |