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_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.
      21346 21347 21348 21349 21350 21351 21352  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21346 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.
      21346 21347 21348 21349 21350 21351 21352  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21346 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer) SENSITIVE = [] include Aws::Structure end  | 
  
#value_string ⇒ String
The value of a segment attribute.
      21346 21347 21348 21349 21350 21351 21352  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21346 class SegmentAttributeValue < Struct.new( :value_string, :value_map, :value_integer) SENSITIVE = [] include Aws::Structure end  |