Class: Aws::Connect::Types::SearchDataTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchDataTablesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The approximate number of data tables that matched the search criteria.
-
#data_tables ⇒ Array<Types::DataTable>
An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The approximate number of data tables that matched the search criteria.
26909 26910 26911 26912 26913 26914 26915 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26909 class SearchDataTablesResponse < Struct.new( :data_tables, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#data_tables ⇒ Array<Types::DataTable>
An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
26909 26910 26911 26912 26913 26914 26915 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26909 class SearchDataTablesResponse < Struct.new( :data_tables, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
26909 26910 26911 26912 26913 26914 26915 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26909 class SearchDataTablesResponse < Struct.new( :data_tables, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |