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

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

Overview

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 '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 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6965

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