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_arn ⇒ String
The value of a segment attribute that has to be a valid ARN.
-
#value_integer ⇒ Integer
The value of a segment attribute.
-
#value_list ⇒ Array<Types::SegmentAttributeValue>
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_arn ⇒ String
The value of a segment attribute that has to be a valid ARN. This is only supported for system-defined attributes, not for user-defined attributes.
29573 29574 29575 29576 29577 29578 29579 29580 29581 |
# File 'lib/aws-sdk-connect/types.rb', line 29573 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer, :value_list, :value_arn) SENSITIVE = [] include Aws::Structure end |
#value_integer ⇒ Integer
The value of a segment attribute.
29573 29574 29575 29576 29577 29578 29579 29580 29581 |
# File 'lib/aws-sdk-connect/types.rb', line 29573 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer, :value_list, :value_arn) SENSITIVE = [] include Aws::Structure end |
#value_list ⇒ Array<Types::SegmentAttributeValue>
The value of a segment attribute. This is only supported for system-defined attributes, not for user-defined attributes.
29573 29574 29575 29576 29577 29578 29579 29580 29581 |
# File 'lib/aws-sdk-connect/types.rb', line 29573 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer, :value_list, :value_arn) SENSITIVE = [] include Aws::Structure end |
#value_map ⇒ Hash<String,Types::SegmentAttributeValue>
The value of a segment attribute.
29573 29574 29575 29576 29577 29578 29579 29580 29581 |
# File 'lib/aws-sdk-connect/types.rb', line 29573 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer, :value_list, :value_arn) SENSITIVE = [] include Aws::Structure end |
#value_string ⇒ String
The value of a segment attribute.
29573 29574 29575 29576 29577 29578 29579 29580 29581 |
# File 'lib/aws-sdk-connect/types.rb', line 29573 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer, :value_list, :value_arn) SENSITIVE = [] include Aws::Structure end |