Class: Aws::Connect::Types::SegmentAttributeValue

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

Overview

A value for a segment attribute. This is structured as a map where the key is ‘valueString` and the value is a string.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_stringString

The value of a segment attribute.

Returns:

  • (String)


16796
16797
16798
16799
16800
# File 'lib/aws-sdk-connect/types.rb', line 16796

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