Class: Aws::Connect::Types::ListDataTablePrimaryValuesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


20369
20370
20371
20372
20373
20374
# File 'lib/aws-sdk-connect/types.rb', line 20369

class ListDataTablePrimaryValuesResponse < Struct.new(
  :next_token,
  :primary_values_list)
  SENSITIVE = []
  include Aws::Structure
end

#primary_values_listArray<Types::RecordPrimaryValue>

A list of primary value combinations with their record IDs and modification metadata.

Returns:



20369
20370
20371
20372
20373
20374
# File 'lib/aws-sdk-connect/types.rb', line 20369

class ListDataTablePrimaryValuesResponse < Struct.new(
  :next_token,
  :primary_values_list)
  SENSITIVE = []
  include Aws::Structure
end