Class: Aws::LookoutMetrics::Types::AutoDetectionS3SourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AutoDetectionS3SourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
An auto detection source config.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#historical_data_path_list ⇒ Array<String>
The config’s historical data path list.
-
#templated_path_list ⇒ Array<String>
The config’s templated path list.
Instance Attribute Details
#historical_data_path_list ⇒ Array<String>
The config’s historical data path list.
572 573 574 575 576 577 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 572 class AutoDetectionS3SourceConfig < Struct.new( :templated_path_list, :historical_data_path_list) SENSITIVE = [] include Aws::Structure end |
#templated_path_list ⇒ Array<String>
The config’s templated path list.
572 573 574 575 576 577 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 572 class AutoDetectionS3SourceConfig < Struct.new( :templated_path_list, :historical_data_path_list) SENSITIVE = [] include Aws::Structure end |