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.
37108 37109 37110 37111 37112 37113 |
# File 'lib/aws-sdk-connect/types.rb', line 37108 class UrlReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid URL.
37108 37109 37110 37111 37112 37113 |
# File 'lib/aws-sdk-connect/types.rb', line 37108 class UrlReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |