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.



5565
5566
5567
5568
5569
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5565

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