Class: Aws::Types::DescribeHoursOfOperationOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHoursOfOperationOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
-
#hours_of_operation_override_id ⇒ ::String
Returns the value of attribute hours_of_operation_override_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def hours_of_operation_id @hours_of_operation_id end |
#hours_of_operation_override_id ⇒ ::String
Returns the value of attribute hours_of_operation_override_id.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def hours_of_operation_override_id @hours_of_operation_override_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def instance_id @instance_id end |