Struct aws_sdk_rust::aws::s3::object::DeleteObjectsRequest [] [src]

pub struct DeleteObjectsRequest {
    pub mfa: Option<MFA>,
    pub bucket: BucketName,
    pub request_payer: Option<RequestPayer>,
    pub delete: Delete,
}

Fields

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Trait Implementations

impl Debug for DeleteObjectsRequest
[src]

Formats the value using the given formatter.

impl Default for DeleteObjectsRequest
[src]

Returns the "default value" for a type. Read more

impl Decodable for DeleteObjectsRequest
[src]

Deserialize a value using a Decoder.

impl Encodable for DeleteObjectsRequest
[src]

Serialize a value using an Encoder.