Method: Aws::Pinpoint::Types::ResultRowValue#type

Defined in:
lib/aws-sdk-pinpoint/types.rb

#typeString

The data type of the value specified by the Value property.

Returns:

  • (String)


10573
10574
10575
10576
10577
10578
10579
# File 'lib/aws-sdk-pinpoint/types.rb', line 10573

class ResultRowValue < Struct.new(
  :key,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end