Class: Aws::Connect::Types::ContactSearchSummarySegmentAttributeValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The value of a segment attribute. This is structured as a map with a single key-value pair. The key ‘valueString’ indicates that the attribute type is a string, and its corresponding value is the actual string value of the segment attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_stringString

The value of a segment attribute represented as a string.

Returns:

  • (String)


3164
3165
3166
3167
3168
# File 'lib/aws-sdk-connect/types.rb', line 3164

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