Class: Aws::IoTSiteWise::Types::FileFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::FileFormat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The file format of the data in S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation ⇒ Types::Annotation
The annotation format configuration.
-
#csv ⇒ Types::Csv
The file is in .CSV format.
-
#mp4 ⇒ Types::Mp4
The MP4 format configuration.
-
#parquet ⇒ Types::Parquet
The file is in parquet format.
Instance Attribute Details
#annotation ⇒ Types::Annotation
The annotation format configuration.
9153 9154 9155 9156 9157 9158 9159 9160 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153 class FileFormat < Struct.new( :csv, :parquet, :mp4, :annotation) SENSITIVE = [] include Aws::Structure end |
#csv ⇒ Types::Csv
The file is in .CSV format.
9153 9154 9155 9156 9157 9158 9159 9160 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153 class FileFormat < Struct.new( :csv, :parquet, :mp4, :annotation) SENSITIVE = [] include Aws::Structure end |
#mp4 ⇒ Types::Mp4
The MP4 format configuration.
9153 9154 9155 9156 9157 9158 9159 9160 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153 class FileFormat < Struct.new( :csv, :parquet, :mp4, :annotation) SENSITIVE = [] include Aws::Structure end |
#parquet ⇒ Types::Parquet
The file is in parquet format.
9153 9154 9155 9156 9157 9158 9159 9160 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9153 class FileFormat < Struct.new( :csv, :parquet, :mp4, :annotation) SENSITIVE = [] include Aws::Structure end |