Trait aws_sdk_s3::operation::RequestIdExt
source · pub trait RequestIdExt {
// Required method
fn extended_request_id(&self) -> Option<&str>;
}
Expand description
Trait to retrieve the S3-specific extended request ID
Read more at https://aws.amazon.com/premiumsupport/knowledge-center/s3-request-id-values/.
Required Methods§
sourcefn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support.