Class: Aws::Personalize::Types::BatchSegmentJobInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

The input configuration of a batch segment job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::S3DataConfig

The configuration details of an Amazon S3 input or output bucket.

Returns:



477
478
479
480
481
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 477

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