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.
8437 8438 8439 |
# File 'sig/types.rbs', line 8437 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute or_conditions.
8436 8437 8438 |
# File 'sig/types.rbs', line 8436 def or_conditions @or_conditions end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
8439 8440 8441 |
# File 'sig/types.rbs', line 8439 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
8438 8439 8440 |
# File 'sig/types.rbs', line 8438 def string_condition @string_condition end |