You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Textract::Types::OutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::OutputConfig
- Defined in:
- (unknown)
Overview
Note:
When passing OutputConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_bucket: "S3Bucket", # required
s3_prefix: "S3ObjectName",
}
Sets whether or not your output will go to a user created bucket. Used to set the name of the bucket, and the prefix on the output file.
Returned by:
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the bucket your output will go to.
-
#s3_prefix ⇒ String
The prefix of the object key that the output will be saved to.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the bucket your output will go to.
#s3_prefix ⇒ String
The prefix of the object key that the output will be saved to. When not enabled, the prefix will be “textract_output\".