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

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

Information about the hours of operation.

Returns:



11023
11024
11025
11026
11027
11028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11023

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)


11023
11024
11025
11026
11027
11028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11023

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