Class: Aws::Connect::Types::StringReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StringReference
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about a reference when the referenceType
is STRING
.
Otherwise, null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Identifier of the string reference.
-
#value ⇒ String
A valid string.
Instance Attribute Details
#name ⇒ String
Identifier of the string reference.
20548 20549 20550 20551 20552 20553 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20548 class StringReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid string.
20548 20549 20550 20551 20552 20553 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20548 class StringReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |