Class: Aws::Types::ListDataTablePrimaryValuesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4964
4965
4966
# File 'sig/types.rbs', line 4964

def next_token
  @next_token
end

#primary_values_list::Array[Types::RecordPrimaryValue]

Returns the value of attribute primary_values_list.

Returns:



4965
4966
4967
# File 'sig/types.rbs', line 4965

def primary_values_list
  @primary_values_list
end