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.
8141 8142 8143 |
# File 'sig/types.rbs', line 8141 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::TestCaseSearchCriteria]
Returns the value of attribute or_conditions.
8140 8141 8142 |
# File 'sig/types.rbs', line 8140 def or_conditions @or_conditions end |
#status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status_condition.
8143 8144 8145 |
# File 'sig/types.rbs', line 8143 def status_condition @status_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
8142 8143 8144 |
# File 'sig/types.rbs', line 8142 def string_condition @string_condition end |