Class: Aws::Types::TestCaseSearchCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::TestCaseSearchCriteria]

Returns the value of attribute and_conditions.



8564
8565
8566
# File 'sig/types.rbs', line 8564

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::TestCaseSearchCriteria]

Returns the value of attribute or_conditions.



8563
8564
8565
# File 'sig/types.rbs', line 8563

def or_conditions
  @or_conditions
end

#status_condition"PUBLISHED", "SAVED"

Returns the value of attribute status_condition.



8566
8567
8568
# File 'sig/types.rbs', line 8566

def status_condition
  @status_condition
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



8565
8566
8567
# File 'sig/types.rbs', line 8565

def string_condition
  @string_condition
end