Class: Aws::CloudWatchLogs::Types::TypeConverterEntry

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

Overview

This object defines one value type that will be converted using the typeConverter processor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key with the value that is to be converted to a different type.

Returns:

  • (String)


6965
6966
6967
6968
6969
6970
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6965

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

#typeString

The type to convert the field value to. Valid values are integer, double, string and boolean.

Returns:

  • (String)


6965
6966
6967
6968
6969
6970
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6965

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