Class: Aws::CloudWatchLogs::Types::TypeConverterEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TypeConverterEntry
- 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
-
#key ⇒ String
The key with the value that is to be converted to a different type.
-
#type ⇒ String
The type to convert the field value to.
Instance Attribute Details
#key ⇒ String
The key with the value that is to be converted to a different type.
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 |
#type ⇒ String
The type to convert the field value to. Valid values are integer
,
double
, string
and boolean
.
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 |