Class: Aws::Connect::Types::UrlReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UrlReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The URL reference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Identifier of the URL reference.
-
#value ⇒ String
A valid URL.
Instance Attribute Details
#name ⇒ String
Identifier of the URL reference.
23350 23351 23352 23353 23354 23355 |
# File 'lib/aws-sdk-connect/types.rb', line 23350 class UrlReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid URL.
23350 23351 23352 23353 23354 23355 |
# File 'lib/aws-sdk-connect/types.rb', line 23350 class UrlReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |