Class: Aws::Connect::Types::EvaluationFormItemEnablementSourceValue

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

Overview

An enablement expression source value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ref_idString

A referenceId of the source value.

Returns:

  • (String)


11988
11989
11990
11991
11992
11993
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11988

class EvaluationFormItemEnablementSourceValue < Struct.new(
  :type,
  :ref_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

A type of source item value.

Returns:

  • (String)


11988
11989
11990
11991
11992
11993
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11988

class EvaluationFormItemEnablementSourceValue < Struct.new(
  :type,
  :ref_id)
  SENSITIVE = []
  include Aws::Structure
end