Class: Aws::Connect::Types::ContactEvaluationAttributeValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#string_valueString

A string value for the attribute.

Returns:

  • (String)


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