class Aws::ComprehendMedical::Types::OutputDataConfig

The output properties for a detection job.

@note When making an API call, you may pass OutputDataConfig

data as a hash:

    {
      s3_bucket: "S3Bucket", # required
      s3_key: "S3Key",
    }

@!attribute [rw] s3_bucket

When you use the `OutputDataConfig` object with asynchronous
operations, you specify the Amazon S3 location where you want to
write the output data. The URI must be in the same region as the API
endpoint that you are calling. The location is used as the prefix
for the actual location of the output.
@return [String]

@!attribute [rw] s3_key

The path to the output data files in the S3 bucket. Amazon
Comprehend Medical creates an output directory using the job ID so
that the output from one job does not overwrite the output of
another.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/OutputDataConfig AWS API Documentation

Constants

SENSITIVE