Class: Aws::Personalize::Types::BatchSegmentJobOutput

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

Overview

The output configuration parameters of a batch segment job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_destinationTypes::S3DataConfig

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

Returns:



465
466
467
468
469
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 465

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