Class: Aws::IoTAnalytics::Types::ParquetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ParquetConfiguration
- 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
-
#schema_definition ⇒ Types::SchemaDefinition
Information needed to define a schema.
Instance Attribute Details
#schema_definition ⇒ Types::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 |