Class: Aws::Types::HoursOfOperationSearchCriteria

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::HoursOfOperationSearchCriteria]

Returns the value of attribute and_conditions.



4598
4599
4600
# File 'sig/types.rbs', line 4598

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::HoursOfOperationSearchCriteria]

Returns the value of attribute or_conditions.



4597
4598
4599
# File 'sig/types.rbs', line 4597

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



4599
4600
4601
# File 'sig/types.rbs', line 4599

def string_condition
  @string_condition
end