Class: Aws::Connect::Types::ParentHoursOfOperationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains configuration for the parent hours of operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hours_of_operation_idString

The identifier for the hours of operation.

Returns:

  • (String)


23626
23627
23628
23629
23630
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23626

class ParentHoursOfOperationConfig < Struct.new(
  :hours_of_operation_id)
  SENSITIVE = []
  include Aws::Structure
end