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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


24087
24088
24089
24090
24091
# File 'lib/aws-sdk-connect/types.rb', line 24087

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