Class: Aws::ConnectCases::Types::SearchRelatedItemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SearchRelatedItemsRequest
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
A unique identifier of the case.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#filters ⇒ Array<Types::RelatedItemTypeFilter>
The list of types of related items and their parameters to use for filtering.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#case_id ⇒ String
A unique identifier of the case.
3388 3389 3390 3391 3392 3393 3394 3395 3396 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3388 class SearchRelatedItemsRequest < Struct.new( :domain_id, :case_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Cases domain.
3388 3389 3390 3391 3392 3393 3394 3395 3396 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3388 class SearchRelatedItemsRequest < Struct.new( :domain_id, :case_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::RelatedItemTypeFilter>
The list of types of related items and their parameters to use for filtering.
3388 3389 3390 3391 3392 3393 3394 3395 3396 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3388 class SearchRelatedItemsRequest < Struct.new( :domain_id, :case_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
3388 3389 3390 3391 3392 3393 3394 3395 3396 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3388 class SearchRelatedItemsRequest < Struct.new( :domain_id, :case_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
3388 3389 3390 3391 3392 3393 3394 3395 3396 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3388 class SearchRelatedItemsRequest < Struct.new( :domain_id, :case_id, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |