Class: Aws::Personalize::Types::BatchSegmentJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchSegmentJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
The output configuration parameters of a batch segment job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_data_destination ⇒ Types::S3DataConfig
The configuration details of an Amazon S3 input or output bucket.
Instance Attribute Details
#s3_data_destination ⇒ Types::S3DataConfig
The configuration details of an Amazon S3 input or output bucket.
491 492 493 494 495 |
# File 'lib/aws-sdk-personalize/types.rb', line 491 class BatchSegmentJobOutput < Struct.new( :s3_data_destination) SENSITIVE = [] include Aws::Structure end |