Class: Aws::Types::HoursOfOperationOverrideSearchCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::HoursOfOperationOverrideSearchCriteria]

Returns the value of attribute and_conditions.



4542
4543
4544
# File 'sig/types.rbs', line 4542

def and_conditions
  @and_conditions
end

#date_conditionTypes::DateCondition

Returns the value of attribute date_condition.



4544
4545
4546
# File 'sig/types.rbs', line 4544

def date_condition
  @date_condition
end

#or_conditions::Array[Types::HoursOfOperationOverrideSearchCriteria]

Returns the value of attribute or_conditions.



4541
4542
4543
# File 'sig/types.rbs', line 4541

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



4543
4544
4545
# File 'sig/types.rbs', line 4543

def string_condition
  @string_condition
end