Class: Aws::ConnectCases::Types::ListTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ListTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
-
#status ⇒ Array<String>
A list of status values to filter on.
Instance Attribute Details
#domain_id ⇒ String
The unique identifier of the Cases domain.
2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2579 class ListTemplatesRequest < Struct.new( :domain_id, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2579 class ListTemplatesRequest < Struct.new( :domain_id, :max_results, :next_token, :status) 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.
2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2579 class ListTemplatesRequest < Struct.new( :domain_id, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Array<String>
A list of status values to filter on.
2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2579 class ListTemplatesRequest < Struct.new( :domain_id, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |