Class: Aws::Types::GetEffectiveHoursOfOperationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEffectiveHoursOfOperationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_date ⇒ ::String
Returns the value of attribute from_date.
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#to_date ⇒ ::String
Returns the value of attribute to_date.
Instance Attribute Details
#from_date ⇒ ::String
Returns the value of attribute from_date.
4064 4065 4066 |
# File 'sig/types.rbs', line 4064 def from_date @from_date end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
4063 4064 4065 |
# File 'sig/types.rbs', line 4063 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4062 4063 4064 |
# File 'sig/types.rbs', line 4062 def instance_id @instance_id end |
#to_date ⇒ ::String
Returns the value of attribute to_date.
4065 4066 4067 |
# File 'sig/types.rbs', line 4065 def to_date @to_date end |