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.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def conditions @conditions end |
#target_list_type ⇒ "PROFICIENCIES"
Returns the value of attribute target_list_type.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 def target_list_type @target_list_type end |