Class: Aws::Connect::Types::EvaluationFormItemEnablementSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormItemEnablementSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
An enablement expression source item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ref_id ⇒ String
A referenceId of the source item.
-
#type ⇒ String
A type of source item.
Instance Attribute Details
#ref_id ⇒ String
A referenceId of the source item.
12003 12004 12005 12006 12007 12008 |
# File 'lib/aws-sdk-connect/types.rb', line 12003 class EvaluationFormItemEnablementSource < Struct.new( :type, :ref_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
A type of source item.
12003 12004 12005 12006 12007 12008 |
# File 'lib/aws-sdk-connect/types.rb', line 12003 class EvaluationFormItemEnablementSource < Struct.new( :type, :ref_id) SENSITIVE = [] include Aws::Structure end |