Class: Aws::Connect::Types::ListHoursOfOperationsResponse

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_operation_summary_listArray<Types::HoursOfOperationSummary>

Information about the hours of operation.

Returns:



20878
20879
20880
20881
20882
20883
# File 'lib/aws-sdk-connect/types.rb', line 20878

class ListHoursOfOperationsResponse < Struct.new(
  :hours_of_operation_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


20878
20879
20880
20881
20882
20883
# File 'lib/aws-sdk-connect/types.rb', line 20878

class ListHoursOfOperationsResponse < Struct.new(
  :hours_of_operation_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end