Class: Aws::Connect::Types::SearchHoursOfOperationOverridesResponse

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

#approximate_total_countInteger

The total number of hours of operations which matched your search query.

Returns:

  • (Integer)


21387
21388
21389
21390
21391
21392
21393
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21387

class SearchHoursOfOperationOverridesResponse < Struct.new(
  :hours_of_operation_overrides,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_overridesArray<Types::HoursOfOperationOverride>

Information about the hours of operations overrides.



21387
21388
21389
21390
21391
21392
21393
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21387

class SearchHoursOfOperationOverridesResponse < Struct.new(
  :hours_of_operation_overrides,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


21387
21388
21389
21390
21391
21392
21393
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21387

class SearchHoursOfOperationOverridesResponse < Struct.new(
  :hours_of_operation_overrides,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end