Class: Aws::LookoutMetrics::Types::JsonFormatDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::JsonFormatDescriptor
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about how a source JSON data file should be analyzed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#charset ⇒ String
The character set in which the source JSON file is written.
-
#file_compression ⇒ String
The level of compression of the source CSV file.
Instance Attribute Details
#charset ⇒ String
The character set in which the source JSON file is written.
1753 1754 1755 1756 1757 1758 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1753 class JsonFormatDescriptor < Struct.new( :file_compression, :charset) SENSITIVE = [] include Aws::Structure end |
#file_compression ⇒ String
The level of compression of the source CSV file.
1753 1754 1755 1756 1757 1758 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1753 class JsonFormatDescriptor < Struct.new( :file_compression, :charset) SENSITIVE = [] include Aws::Structure end |