Class: Aws::LookoutMetrics::Types::JsonFormatDescriptor

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#charsetString

The character set in which the source JSON file is written.

Returns:

  • (String)


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_compressionString

The level of compression of the source CSV file.

Returns:

  • (String)


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