Class: Aws::Personalize::Types::BatchSegmentJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchSegmentJobInput
- 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
-
#s3_data_source ⇒ Types::S3DataConfig
The configuration details of an Amazon S3 input or output bucket.
Instance Attribute Details
#s3_data_source ⇒ Types::S3DataConfig
The configuration details of an Amazon S3 input or output bucket.
477 478 479 480 481 |
# File 'lib/aws-sdk-personalize/types.rb', line 477 class BatchSegmentJobInput < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end |