Class: Aws::LookoutMetrics::Types::DetectedS3SourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DetectedS3SourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
An inferred source configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_format_descriptor ⇒ Types::DetectedFileFormatDescriptor
The source’s file format descriptor.
Instance Attribute Details
#file_format_descriptor ⇒ Types::DetectedFileFormatDescriptor
The source’s file format descriptor.
1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1389 class DetectedS3SourceConfig < Struct.new( :file_format_descriptor) SENSITIVE = [] include Aws::Structure end |