Class: Aws::Connect::Types::ListDataTablePrimaryValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListDataTablePrimaryValuesResponse
- Defined in:
- gems/aws-sdk-connect/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.
-
#primary_values_list ⇒ Array<Types::RecordPrimaryValue>
A list of primary value combinations with their record IDs and modification metadata.
Instance Attribute Details
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
21965 21966 21967 21968 21969 21970 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21965 class ListDataTablePrimaryValuesResponse < Struct.new( :next_token, :primary_values_list) SENSITIVE = [] include Aws::Structure end |
#primary_values_list ⇒ Array<Types::RecordPrimaryValue>
A list of primary value combinations with their record IDs and modification metadata.
21965 21966 21967 21968 21969 21970 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21965 class ListDataTablePrimaryValuesResponse < Struct.new( :next_token, :primary_values_list) SENSITIVE = [] include Aws::Structure end |