Class: Aws::LookoutMetrics::Types::SampleDataS3SourceConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_format_descriptorTypes::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_listArray<String>

An array of strings containing the historical set of data paths.

Returns:

  • (Array<String>)


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_arnString

The Amazon Resource Name (ARN) of the role.

Returns:

  • (String)


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_listArray<String>

An array of strings containing the list of templated paths.

Returns:

  • (Array<String>)


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