Class: Aws::Connect::Types::DeleteHoursOfOperationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteHoursOfOperationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#hours_of_operation_id ⇒ String
The identifier for the hours of operation.
5355 5356 5357 5358 5359 5360 |
# File 'lib/aws-sdk-connect/types.rb', line 5355 class DeleteHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
5355 5356 5357 5358 5359 5360 |
# File 'lib/aws-sdk-connect/types.rb', line 5355 class DeleteHoursOfOperationRequest < Struct.new( :instance_id, :hours_of_operation_id) SENSITIVE = [] include Aws::Structure end |