Class: Aws::Connect::Types::EvaluationFormItemEnablementSourceValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormItemEnablementSourceValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
An enablement expression source value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ref_id ⇒ String
A referenceId of the source value.
-
#type ⇒ String
A type of source item value.
Instance Attribute Details
#ref_id ⇒ String
A referenceId of the source value.
12315 12316 12317 12318 12319 12320 |
# File 'lib/aws-sdk-connect/types.rb', line 12315 class EvaluationFormItemEnablementSourceValue < Struct.new( :type, :ref_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
A type of source item value.
12315 12316 12317 12318 12319 12320 |
# File 'lib/aws-sdk-connect/types.rb', line 12315 class EvaluationFormItemEnablementSourceValue < Struct.new( :type, :ref_id) SENSITIVE = [] include Aws::Structure end |