Class: Aws::Connect::Types::SearchDataTablesResponse

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 approximate number of data tables that matched the search criteria.

Returns:

  • (Integer)


27991
27992
27993
27994
27995
27996
27997
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27991

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

#data_tablesArray<Types::DataTable>

An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.

Returns:



27991
27992
27993
27994
27995
27996
27997
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27991

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

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


27991
27992
27993
27994
27995
27996
27997
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27991

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