Struct aws_sdk_textract::types::S3Object
source · #[non_exhaustive]pub struct S3Object { /* private fields */ }Expand description
The S3 bucket name and file name that identifies the document.
The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.
For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.
Implementations§
source§impl S3Object
impl S3Object
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The name of the S3 bucket. Note that the # character is not valid in the file name.
Trait Implementations§
source§impl PartialEq<S3Object> for S3Object
impl PartialEq<S3Object> for S3Object
impl StructuralPartialEq for S3Object
Auto Trait Implementations§
impl RefUnwindSafe for S3Object
impl Send for S3Object
impl Sync for S3Object
impl Unpin for S3Object
impl UnwindSafe for S3Object
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more