Class: Aws::Connect::Types::SegmentAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SegmentAttributeValue
- 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
-
#value_string ⇒ String
The value of a segment attribute.
Instance Attribute Details
#value_string ⇒ String
The value of a segment attribute.
19156 19157 19158 19159 19160 |
# File 'lib/aws-sdk-connect/types.rb', line 19156 class SegmentAttributeValue < Struct.new( :value_string) SENSITIVE = [] include Aws::Structure end |