Class: Aws::Types::EvaluationFormItemEnablementSourceValue
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormItemEnablementSourceValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
-
#type ⇒ "OPTION_REF_ID"
Returns the value of attribute type.
Instance Attribute Details
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
3399 3400 3401 |
# File 'sig/types.rbs', line 3399 def ref_id @ref_id end |
#type ⇒ "OPTION_REF_ID"
Returns the value of attribute type.
3398 3399 3400 |
# File 'sig/types.rbs', line 3398 def type @type end |