Method: Aws::Pinpoint::Types::ResultRowValue#type
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#type ⇒ String
The data type of the value specified by the Value property.
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 |