Class: Aws::Connect::Types::ListDataTablesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListDataTablesRequest
- Includes:
- Structure
- Defined in:
- 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 whose data tables should be listed.
-
#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.
Instance Attribute Details
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance whose data tables should be listed.
19741 19742 19743 19744 19745 19746 19747 |
# File 'lib/aws-sdk-connect/types.rb', line 19741 class ListDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of data tables to return in one page of results.
19741 19742 19743 19744 19745 19746 19747 |
# File 'lib/aws-sdk-connect/types.rb', line 19741 class ListDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
19741 19742 19743 19744 19745 19746 19747 |
# File 'lib/aws-sdk-connect/types.rb', line 19741 class ListDataTablesRequest < Struct.new( :instance_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |