Class: Aws::Connect::Types::DescribeHoursOfOperationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hours_of_operationTypes::HoursOfOperation

The hours of operation.



6777
6778
6779
6780
6781
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6777

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