Class: Aws::Types::HoursOfOperationOverrideSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::HoursOfOperationOverrideSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::HoursOfOperationOverrideSearchCriteria]
Returns the value of attribute and_conditions.
-
#date_condition ⇒ Types::DateCondition
Returns the value of attribute date_condition.
-
#or_conditions ⇒ ::Array[Types::HoursOfOperationOverrideSearchCriteria]
Returns the value of attribute or_conditions.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::HoursOfOperationOverrideSearchCriteria]
Returns the value of attribute and_conditions.
4392 4393 4394 |
# File 'sig/types.rbs', line 4392 def and_conditions @and_conditions end |
#date_condition ⇒ Types::DateCondition
Returns the value of attribute date_condition.
4394 4395 4396 |
# File 'sig/types.rbs', line 4394 def date_condition @date_condition end |
#or_conditions ⇒ ::Array[Types::HoursOfOperationOverrideSearchCriteria]
Returns the value of attribute or_conditions.
4391 4392 4393 |
# File 'sig/types.rbs', line 4391 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
4393 4394 4395 |
# File 'sig/types.rbs', line 4393 def string_condition @string_condition end |