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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


3150
3151
3152
3153
3154
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3150

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