Class: Aws::IoTAnalytics::Types::ParquetConfiguration

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

Overview

Contains the configuration information of the Parquet format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_definitionTypes::SchemaDefinition

Information needed to define a schema.



2277
2278
2279
2280
2281
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2277

class ParquetConfiguration < Struct.new(
  :schema_definition)
  SENSITIVE = []
  include Aws::Structure
end