Class: Aws::TimestreamQuery::Types::ParameterMapping

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb

Overview

Mapping for named parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Parameter name.

Returns:

  • (String)


644
645
646
647
648
649
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 644

class ParameterMapping < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeTypes::Type

Contains the data type of a column in a query result set. The data type can be scalar or complex. The supported scalar data types are integers, Boolean, string, double, timestamp, date, time, and intervals. The supported complex data types are arrays, rows, and timeseries.

Returns:



644
645
646
647
648
649
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 644

class ParameterMapping < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end