Class: Aws::Connect::Types::UrlReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UrlReference
- Defined in:
- gems/aws-sdk-connect/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.
25075 25076 25077 25078 25079 25080 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25075 class UrlReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid URL.
25075 25076 25077 25078 25079 25080 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25075 class UrlReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |