Class: Aws::Personalize::Types::DatasetExportJobOutput

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

Overview

The output configuration parameters of a dataset export 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:



1889
1890
1891
1892
1893
# File 'lib/aws-sdk-personalize/types.rb', line 1889

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