Class: Aws::LookoutEquipment::Types::IngestionInputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Specifies configuration information for the input data for the data ingestion job, including input data S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_input_configurationTypes::IngestionS3InputConfiguration

The location information for the S3 bucket used for input data for the data ingestion.



2452
2453
2454
2455
2456
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2452

class IngestionInputConfiguration < Struct.new(
  :s3_input_configuration)
  SENSITIVE = []
  include Aws::Structure
end