Struct assemblylift_iomod_s3_guest::structs::SelectObjectContentRequest[][src]

pub struct SelectObjectContentRequest {
    pub bucket: BucketName,
    pub key: ObjectKey,
    pub sse_customer_algorithm: Option<SSECustomerAlgorithm>,
    pub sse_customer_key: Option<SSECustomerKey>,
    pub sse_customer_key_md5: Option<SSECustomerKeyMD5>,
    pub expression: Expression,
    pub expression_type: ExpressionType,
    pub request_progress: Option<RequestProgress>,
    pub input_serialization: InputSerialization,
    pub output_serialization: OutputSerialization,
    pub scan_range: Option<ScanRange>,
    pub expected_bucket_owner: Option<AccountId>,
}

Fields

bucket: BucketNamekey: ObjectKeysse_customer_algorithm: Option<SSECustomerAlgorithm>sse_customer_key: Option<SSECustomerKey>sse_customer_key_md5: Option<SSECustomerKeyMD5>expression: Expressionexpression_type: ExpressionTyperequest_progress: Option<RequestProgress>input_serialization: InputSerializationoutput_serialization: OutputSerializationscan_range: Option<ScanRange>expected_bucket_owner: Option<AccountId>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.