Class: Aws::Connect::Types::ListDataTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListDataTablesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_table_summary_list ⇒ Array<Types::DataTableSummary>
A list of data table summaries containing basic information about each table including ID, ARN, name, and modification details.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#data_table_summary_list ⇒ Array<Types::DataTableSummary>
A list of data table summaries containing basic information about each table including ID, ARN, name, and modification details.
20234 20235 20236 20237 20238 20239 |
# File 'lib/aws-sdk-connect/types.rb', line 20234 class ListDataTablesResponse < Struct.new( :next_token, :data_table_summary_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
20234 20235 20236 20237 20238 20239 |
# File 'lib/aws-sdk-connect/types.rb', line 20234 class ListDataTablesResponse < Struct.new( :next_token, :data_table_summary_list) SENSITIVE = [] include Aws::Structure end |