Class: Aws::Connect::Types::ListDataTableValuesRequest

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

#data_table_idString

The unique identifier for the data table whose values should be listed.



19695
19696
19697
19698
19699
19700
19701
19702
19703
19704
# File 'lib/aws-sdk-connect/types.rb', line 19695

class ListDataTableValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :record_ids,
  :primary_attribute_values,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier for the Amazon Connect instance.



19695
19696
19697
19698
19699
19700
19701
19702
19703
19704
# File 'lib/aws-sdk-connect/types.rb', line 19695

class ListDataTableValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :record_ids,
  :primary_attribute_values,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of data table values to return in one page of results.



19695
19696
19697
19698
19699
19700
19701
19702
19703
19704
# File 'lib/aws-sdk-connect/types.rb', line 19695

class ListDataTableValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :record_ids,
  :primary_attribute_values,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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



19695
19696
19697
19698
19699
19700
19701
19702
19703
19704
# File 'lib/aws-sdk-connect/types.rb', line 19695

class ListDataTableValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :record_ids,
  :primary_attribute_values,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#primary_attribute_valuesArray<Types::PrimaryAttributeValueFilter>

Optional filter to retrieve values for records matching specific primary attribute criteria.



19695
19696
19697
19698
19699
19700
19701
19702
19703
19704
# File 'lib/aws-sdk-connect/types.rb', line 19695

class ListDataTableValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :record_ids,
  :primary_attribute_values,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#record_idsArray<String>

Optional list of specific record IDs to retrieve values for.



19695
19696
19697
19698
19699
19700
19701
19702
19703
19704
# File 'lib/aws-sdk-connect/types.rb', line 19695

class ListDataTableValuesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :record_ids,
  :primary_attribute_values,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end