Struct aws_sdk_rust::aws::s3::writeparse::RequestPaymentConfiguration [] [src]

pub struct RequestPaymentConfiguration {
    pub payer: Payer,
}

Fields

Specifies who pays for the download and request fees.

Trait Implementations

impl Debug for RequestPaymentConfiguration
[src]

Formats the value using the given formatter.

impl Default for RequestPaymentConfiguration
[src]

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

impl Decodable for RequestPaymentConfiguration
[src]

Deserialize a value using a Decoder.

impl Encodable for RequestPaymentConfiguration
[src]

Serialize a value using an Encoder.