Class: Aws::Types::HoursOfOperationOverrideSearchCriteria

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

Returns the value of attribute and_conditions.



4590
4591
4592
# File 'sig/types.rbs', line 4590

def and_conditions
  @and_conditions
end

#date_conditionTypes::DateCondition

Returns the value of attribute date_condition.



4592
4593
4594
# File 'sig/types.rbs', line 4592

def date_condition
  @date_condition
end

#or_conditions::Array[Types::HoursOfOperationOverrideSearchCriteria]

Returns the value of attribute or_conditions.



4589
4590
4591
# File 'sig/types.rbs', line 4589

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



4591
4592
4593
# File 'sig/types.rbs', line 4591

def string_condition
  @string_condition
end