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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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:



1973
1974
1975
1976
1977
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1973

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