Class: Aws::Connect::Types::PredefinedAttributeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Amazon Connect admin website.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_value_validation_on_associationBoolean

When this parameter is set to true, Amazon Connect enforces strict validation on the specific values, if the values are predefined in attributes. The contact will store only valid and predefined values for teh predefined attribute key.

Returns:

  • (Boolean)


18501
18502
18503
18504
18505
18506
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18501

class PredefinedAttributeConfiguration < Struct.new(
  :enable_value_validation_on_association,
  :is_read_only)
  SENSITIVE = []
  include Aws::Structure
end

#is_read_onlyBoolean

A boolean flag used to indicate whether a predefined attribute should be displayed in the Amazon Connect admin website.

Returns:

  • (Boolean)


18501
18502
18503
18504
18505
18506
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18501

class PredefinedAttributeConfiguration < Struct.new(
  :enable_value_validation_on_association,
  :is_read_only)
  SENSITIVE = []
  include Aws::Structure
end