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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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.



2549
2550
2551
2552
2553
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2549

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