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.
4832 4833 4834 |
# File 'sig/types.rbs', line 4832 def conditions @conditions end |
#target_list_type ⇒ "PROFICIENCIES"
Returns the value of attribute target_list_type.
4831 4832 4833 |
# File 'sig/types.rbs', line 4831 def target_list_type @target_list_type end |