Class: Aws::IoTSiteWise::Types::JobConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::JobConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_format ⇒ Types::FileFormat
The file format of the data in S3.
Instance Attribute Details
#file_format ⇒ Types::FileFormat
The file format of the data in S3.
6141 6142 6143 6144 6145 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6141 class JobConfiguration < Struct.new( :file_format) SENSITIVE = [] include Aws::Structure end |