Skip to main content

DeleteObjectLockConfig

Type Alias DeleteObjectLockConfig 

Source
pub type DeleteObjectLockConfig = BucketCommon<DeleteObjectLockConfigPhantomData>;
Expand description

This struct constructs the parameters required for the Client::delete_object_lock_config method.

Aliased Type§

pub struct DeleteObjectLockConfig { /* private fields */ }

Trait Implementations§

Source§

impl S3Api for DeleteObjectLockConfig

Source§

type S3Response = DeleteObjectLockConfigResponse

The response type associated with this request builder. Read more
Source§

fn send<'async_trait>( self, ) -> Pin<Box<dyn Future<Output = Result<Self::S3Response, Error>> + Send + 'async_trait>>
where Self: Send + 'async_trait,

Sends the S3 API request and returns the corresponding typed response. Read more
Source§

impl ToS3Request for DeleteObjectLockConfig

Source§

fn to_s3request(self) -> Result<S3Request, ValidationErr>

Consumes this request builder and returns a S3Request. Read more