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)


4219
4220
4221
4222
4223
# File 'lib/aws-sdk-connect/types.rb', line 4219

class ContactEvaluationAttributeValue < Struct.new(
  :string_value)
  SENSITIVE = []
  include Aws::Structure
end