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.
8455 8456 8457 |
# File 'sig/types.rbs', line 8455 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute or_conditions.
8454 8455 8456 |
# File 'sig/types.rbs', line 8454 def or_conditions @or_conditions end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
8457 8458 8459 |
# File 'sig/types.rbs', line 8457 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
8456 8457 8458 |
# File 'sig/types.rbs', line 8456 def string_condition @string_condition end |