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.
321 322 323 |
# File 'sig/types.rbs', line 321 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def instance_id @instance_id end |
#parent_hours_of_operation_configs ⇒ ::Array[Types::ParentHoursOfOperationConfig]
Returns the value of attribute parent_hours_of_operation_configs.
322 323 324 |
# File 'sig/types.rbs', line 322 def parent_hours_of_operation_configs @parent_hours_of_operation_configs end |