Skip to main content

DeleteBucketEncryption

Type Alias DeleteBucketEncryption 

Source
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

Source§

type S3Response = DeleteBucketEncryptionResponse

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 DeleteBucketEncryption

Source§

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

Consumes this request builder and returns a S3Request. Read more