Class: Aws::Types::ListCondition
- Inherits:
-
Object
- Object
- Aws::Types::ListCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
-
#target_list_type ⇒ "PROFICIENCIES"
Returns the value of attribute target_list_type.
Instance Attribute Details
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
4779 4780 4781 |
# File 'sig/types.rbs', line 4779 def conditions @conditions end |
#target_list_type ⇒ "PROFICIENCIES"
Returns the value of attribute target_list_type.
4778 4779 4780 |
# File 'sig/types.rbs', line 4778 def target_list_type @target_list_type end |