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

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



4958
4959
4960
4961
4962
# File 'lib/aws-sdk-connect/types.rb', line 4958

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