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
impl S3Api for DeleteObjectLockConfig
Source§type S3Response = DeleteObjectLockConfigResponse
type S3Response = DeleteObjectLockConfigResponse
The response type associated with this request builder. Read more