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.
3452 3453 3454 |
# File 'sig/types.rbs', line 3452 def ref_id @ref_id end |
#type ⇒ "OPTION_REF_ID"
Returns the value of attribute type.
3451 3452 3453 |
# File 'sig/types.rbs', line 3451 def type @type end |