Class: Aws::Connect::Types::ListHoursOfOperationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListHoursOfOperationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours_of_operation_summary_list ⇒ Array<Types::HoursOfOperationSummary>
Information about the hours of operation.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#hours_of_operation_summary_list ⇒ Array<Types::HoursOfOperationSummary>
Information about the hours of operation.
12799 12800 12801 12802 12803 12804 |
# File 'lib/aws-sdk-connect/types.rb', line 12799 class ListHoursOfOperationsResponse < Struct.new( :hours_of_operation_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
12799 12800 12801 12802 12803 12804 |
# File 'lib/aws-sdk-connect/types.rb', line 12799 class ListHoursOfOperationsResponse < Struct.new( :hours_of_operation_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |