Class: Aws::Connect::Types::ContactEvaluationAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactEvaluationAttributeValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The value of a contact evaluation attribute condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#string_value ⇒ String
A string value for the attribute.
Instance Attribute Details
#string_value ⇒ String
A string value for the attribute.
4154 4155 4156 4157 4158 |
# File 'lib/aws-sdk-connect/types.rb', line 4154 class ContactEvaluationAttributeValue < Struct.new( :string_value) SENSITIVE = [] include Aws::Structure end |