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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



451
452
453
454
455
# File 'lib/aws-sdk-personalize/types.rb', line 451

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