Class: Aws::Connect::Types::SearchHoursOfOperationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchHoursOfOperationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of hours of operations which matched your search query.
-
#hours_of_operations ⇒ Array<Types::HoursOfOperation>
Information about the hours of operations.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of hours of operations which matched your search query.
18198 18199 18200 18201 18202 18203 18204 |
# File 'lib/aws-sdk-connect/types.rb', line 18198 class SearchHoursOfOperationsResponse < Struct.new( :hours_of_operations, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#hours_of_operations ⇒ Array<Types::HoursOfOperation>
Information about the hours of operations.
18198 18199 18200 18201 18202 18203 18204 |
# File 'lib/aws-sdk-connect/types.rb', line 18198 class SearchHoursOfOperationsResponse < Struct.new( :hours_of_operations, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
18198 18199 18200 18201 18202 18203 18204 |
# File 'lib/aws-sdk-connect/types.rb', line 18198 class SearchHoursOfOperationsResponse < Struct.new( :hours_of_operations, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |