Class: Aws::Types::HoursOfOperationSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::HoursOfOperationSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::HoursOfOperationSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::HoursOfOperationSearchCriteria]
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::HoursOfOperationSearchCriteria]
Returns the value of attribute and_conditions.
4453 4454 4455 |
# File 'sig/types.rbs', line 4453 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::HoursOfOperationSearchCriteria]
Returns the value of attribute or_conditions.
4452 4453 4454 |
# File 'sig/types.rbs', line 4452 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
4454 4455 4456 |
# File 'sig/types.rbs', line 4454 def string_condition @string_condition end |