pub type DeleteBucketEncryption = BucketCommon<DeleteBucketEncryptionPhantomData>;Expand description
Argument builder for the DeleteBucketEncryption S3 API operation.
This struct constructs the parameters required for the Client::delete_bucket_encryption method.
Aliased Type§
pub struct DeleteBucketEncryption { /* private fields */ }Trait Implementations§
Source§impl S3Api for DeleteBucketEncryption
impl S3Api for DeleteBucketEncryption
Source§type S3Response = DeleteBucketEncryptionResponse
type S3Response = DeleteBucketEncryptionResponse
The response type associated with this request builder. Read more