Class: Aws::Connect::Types::SearchDataTablesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchDataTablesRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance to search within.
-
#max_results ⇒ Integer
The maximum number of data tables to return in one page of results.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
-
#search_criteria ⇒ Types::DataTableSearchCriteria
Search criteria including string conditions for matching table names, descriptions, or resource IDs.
-
#search_filter ⇒ Types::DataTableSearchFilter
Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.
Instance Attribute Details
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance to search within.
26933 26934 26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26933 class SearchDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results, :search_filter, :search_criteria) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of data tables to return in one page of results.
26933 26934 26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26933 class SearchDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results, :search_filter, :search_criteria) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
26933 26934 26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26933 class SearchDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results, :search_filter, :search_criteria) SENSITIVE = [] include Aws::Structure end |
#search_criteria ⇒ Types::DataTableSearchCriteria
Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types.
26933 26934 26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26933 class SearchDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results, :search_filter, :search_criteria) SENSITIVE = [] include Aws::Structure end |
#search_filter ⇒ Types::DataTableSearchFilter
Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.
26933 26934 26935 26936 26937 26938 26939 26940 26941 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26933 class SearchDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results, :search_filter, :search_criteria) SENSITIVE = [] include Aws::Structure end |