Class: Aws::Types::CreateHoursOfOperationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateHoursOfOperationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hours_of_operation_arn ⇒ ::String
Returns the value of attribute hours_of_operation_arn.
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
Instance Attribute Details
#hours_of_operation_arn ⇒ ::String
Returns the value of attribute hours_of_operation_arn.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def hours_of_operation_arn @hours_of_operation_arn end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def hours_of_operation_id @hours_of_operation_id end |