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

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


17215
17216
17217
17218
17219
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17215

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