Class: Aws::LookoutMetrics::Types::SampleDataS3SourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::SampleDataS3SourceConfig
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about the source configuration in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_format_descriptor ⇒ Types::FileFormatDescriptor
Contains information about a source file's formatting.
-
#historical_data_path_list ⇒ Array<String>
An array of strings containing the historical set of data paths.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role.
-
#templated_path_list ⇒ Array<String>
An array of strings containing the list of templated paths.
Instance Attribute Details
#file_format_descriptor ⇒ Types::FileFormatDescriptor
Contains information about a source file's formatting.
2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2511 class SampleDataS3SourceConfig < Struct.new( :role_arn, :templated_path_list, :historical_data_path_list, :file_format_descriptor) SENSITIVE = [] include Aws::Structure end |
#historical_data_path_list ⇒ Array<String>
An array of strings containing the historical set of data paths.
2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2511 class SampleDataS3SourceConfig < Struct.new( :role_arn, :templated_path_list, :historical_data_path_list, :file_format_descriptor) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role.
2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2511 class SampleDataS3SourceConfig < Struct.new( :role_arn, :templated_path_list, :historical_data_path_list, :file_format_descriptor) SENSITIVE = [] include Aws::Structure end |
#templated_path_list ⇒ Array<String>
An array of strings containing the list of templated paths.
2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2511 class SampleDataS3SourceConfig < Struct.new( :role_arn, :templated_path_list, :historical_data_path_list, :file_format_descriptor) SENSITIVE = [] include Aws::Structure end |