Class: Aws::Personalize::Types::DatasetExportJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DatasetExportJobOutput
- 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
-
#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.
2168 2169 2170 2171 2172 |
# File 'lib/aws-sdk-personalize/types.rb', line 2168 class DatasetExportJobOutput < Struct.new( :s3_data_destination) SENSITIVE = [] include Aws::Structure end |