Class: Aws::Connect::Types::SegmentAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SegmentAttributeValue
- 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
-
#value_integer ⇒ Integer
The value of a segment attribute.
-
#value_map ⇒ Hash<String,Types::SegmentAttributeValue>
The value of a segment attribute.
-
#value_string ⇒ String
The value of a segment attribute.
Instance Attribute Details
#value_integer ⇒ Integer
The value of a segment attribute.
20949 20950 20951 20952 20953 20954 20955 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20949 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer) SENSITIVE = [] include Aws::Structure end |
#value_map ⇒ Hash<String,Types::SegmentAttributeValue>
The value of a segment attribute.
20949 20950 20951 20952 20953 20954 20955 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20949 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer) SENSITIVE = [] include Aws::Structure end |
#value_string ⇒ String
The value of a segment attribute.
20949 20950 20951 20952 20953 20954 20955 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20949 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer) SENSITIVE = [] include Aws::Structure end |