Class: Aws::Connect::Types::ListDataTableValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListDataTableValuesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
-
#values ⇒ Array<Types::DataTableValueSummary>
A list of data table values with their associated metadata, lock versions, and modification details.
Instance Attribute Details
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
20423 20424 20425 20426 20427 20428 |
# File 'lib/aws-sdk-connect/types.rb', line 20423 class ListDataTableValuesResponse < Struct.new( :next_token, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::DataTableValueSummary>
A list of data table values with their associated metadata, lock versions, and modification details.
20423 20424 20425 20426 20427 20428 |
# File 'lib/aws-sdk-connect/types.rb', line 20423 class ListDataTableValuesResponse < Struct.new( :next_token, :values) SENSITIVE = [] include Aws::Structure end |