Class: Aws::Types::AssociateHoursOfOperationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateHoursOfOperationsRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#parent_hours_of_operation_configs ⇒ ::Array[Types::ParentHoursOfOperationConfig]
Returns the value of attribute parent_hours_of_operation_configs.
Instance Attribute Details
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
326 327 328 |
# File 'sig/types.rbs', line 326 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
325 326 327 |
# File 'sig/types.rbs', line 325 def instance_id @instance_id end |
#parent_hours_of_operation_configs ⇒ ::Array[Types::ParentHoursOfOperationConfig]
Returns the value of attribute parent_hours_of_operation_configs.
327 328 329 |
# File 'sig/types.rbs', line 327 def parent_hours_of_operation_configs @parent_hours_of_operation_configs end |