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_arnString

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.

Returns:

  • (String)


22572
22573
22574
22575
22576
22577
22578
22579
22580
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572

class SegmentAttributeValue < Struct.new(
  :value_string,
  :value_map,
  :value_integer,
  :value_list,
  :value_arn)
  SENSITIVE = []
  include Aws::Structure
end

#value_integerInteger

The value of a segment attribute.

Returns:

  • (Integer)


22572
22573
22574
22575
22576
22577
22578
22579
22580
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572

class SegmentAttributeValue < Struct.new(
  :value_string,
  :value_map,
  :value_integer,
  :value_list,
  :value_arn)
  SENSITIVE = []
  include Aws::Structure
end

#value_listArray<Types::SegmentAttributeValue>

The value of a segment attribute. This is only supported for system-defined attributes, not for user-defined attributes.

Returns:



22572
22573
22574
22575
22576
22577
22578
22579
22580
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572

class SegmentAttributeValue < Struct.new(
  :value_string,
  :value_map,
  :value_integer,
  :value_list,
  :value_arn)
  SENSITIVE = []
  include Aws::Structure
end

#value_mapHash<String,Types::SegmentAttributeValue>

The value of a segment attribute.

Returns:



22572
22573
22574
22575
22576
22577
22578
22579
22580
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572

class SegmentAttributeValue < Struct.new(
  :value_string,
  :value_map,
  :value_integer,
  :value_list,
  :value_arn)
  SENSITIVE = []
  include Aws::Structure
end

#value_stringString

The value of a segment attribute.

Returns:

  • (String)


22572
22573
22574
22575
22576
22577
22578
22579
22580
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572

class SegmentAttributeValue < Struct.new(
  :value_string,
  :value_map,
  :value_integer,
  :value_list,
  :value_arn)
  SENSITIVE = []
  include Aws::Structure
end