Class: Aws::Connect::Types::ListHoursOfOperationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListHoursOfOperationsResponse
- Defined in:
- gems/aws-sdk-connect/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.
12592 12593 12594 12595 12596 12597 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12592 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.
12592 12593 12594 12595 12596 12597 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12592 class ListHoursOfOperationsResponse < Struct.new( :hours_of_operation_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |