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.
8311 8312 8313 |
# File 'sig/types.rbs', line 8311 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute or_conditions.
8310 8311 8312 |
# File 'sig/types.rbs', line 8310 def or_conditions @or_conditions end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
8313 8314 8315 |
# File 'sig/types.rbs', line 8313 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
8312 8313 8314 |
# File 'sig/types.rbs', line 8312 def string_condition @string_condition end |