Class: Aws::Types::TestCaseSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::TestCaseSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute or_conditions.
-
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute and_conditions.
8466 8467 8468 |
# File 'sig/types.rbs', line 8466 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute or_conditions.
8465 8466 8467 |
# File 'sig/types.rbs', line 8465 def or_conditions @or_conditions end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
8468 8469 8470 |
# File 'sig/types.rbs', line 8468 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
8467 8468 8469 |
# File 'sig/types.rbs', line 8467 def string_condition @string_condition end |