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

pub struct CopyObjectOutput {
    pub sse_customer_algorithm: SSECustomerAlgorithm,
    pub copy_source_version_id: CopySourceVersionId,
    pub server_side_encryption: ServerSideEncryption,
    pub request_charged: RequestCharged,
    pub expiration: Expiration,
    pub sse_customer_key_md5: SSECustomerKeyMD5,
    pub copy_object_result: CopyObjectResult,
    pub ssekms_key_id: SSEKMSKeyId,
}

Fields

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).

If the object expiration is configured, the response includes this header.

If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.

If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.

Trait Implementations

impl Debug for CopyObjectOutput
[src]

Formats the value using the given formatter.

impl Default for CopyObjectOutput
[src]

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

impl Decodable for CopyObjectOutput
[src]

Deserialize a value using a Decoder.

impl Encodable for CopyObjectOutput
[src]

Serialize a value using an Encoder.