Struct assemblylift_iomod_s3_guest::structs::WriteGetObjectResponseRequest[][src]

pub struct WriteGetObjectResponseRequest {
Show fields pub request_route: RequestRoute, pub request_token: RequestToken, pub body: Option<Body>, pub status_code: Option<GetObjectResponseStatusCode>, pub error_code: Option<ErrorCode>, pub error_message: Option<ErrorMessage>, pub accept_ranges: Option<AcceptRanges>, pub cache_control: Option<CacheControl>, pub content_disposition: Option<ContentDisposition>, pub content_encoding: Option<ContentEncoding>, pub content_language: Option<ContentLanguage>, pub content_length: Option<ContentLength>, pub content_range: Option<ContentRange>, pub content_type: Option<ContentType>, pub delete_marker: Option<DeleteMarker>, pub e_tag: Option<ETag>, pub expires: Option<Expires>, pub expiration: Option<Expiration>, pub last_modified: Option<LastModified>, pub missing_meta: Option<MissingMeta>, pub metadata: Option<Metadata>, pub object_lock_mode: Option<ObjectLockMode>, pub object_lock_legal_hold_status: Option<ObjectLockLegalHoldStatus>, pub object_lock_retain_until_date: Option<ObjectLockRetainUntilDate>, pub parts_count: Option<PartsCount>, pub replication_status: Option<ReplicationStatus>, pub request_charged: Option<RequestCharged>, pub restore: Option<Restore>, pub server_side_encryption: Option<ServerSideEncryption>, pub sse_customer_algorithm: Option<SSECustomerAlgorithm>, pub ssekms_key_id: Option<SSEKMSKeyId>, pub sse_customer_key_md5: Option<SSECustomerKeyMD5>, pub storage_class: Option<StorageClass>, pub tag_count: Option<TagCount>, pub version_id: Option<ObjectVersionId>, pub bucket_key_enabled: Option<BucketKeyEnabled>,
}

Fields

request_route: RequestRouterequest_token: RequestTokenbody: Option<Body>status_code: Option<GetObjectResponseStatusCode>error_code: Option<ErrorCode>error_message: Option<ErrorMessage>accept_ranges: Option<AcceptRanges>cache_control: Option<CacheControl>content_disposition: Option<ContentDisposition>content_encoding: Option<ContentEncoding>content_language: Option<ContentLanguage>content_length: Option<ContentLength>content_range: Option<ContentRange>content_type: Option<ContentType>delete_marker: Option<DeleteMarker>e_tag: Option<ETag>expires: Option<Expires>expiration: Option<Expiration>last_modified: Option<LastModified>missing_meta: Option<MissingMeta>metadata: Option<Metadata>object_lock_mode: Option<ObjectLockMode>object_lock_legal_hold_status: Option<ObjectLockLegalHoldStatus>object_lock_retain_until_date: Option<ObjectLockRetainUntilDate>parts_count: Option<PartsCount>replication_status: Option<ReplicationStatus>request_charged: Option<RequestCharged>restore: Option<Restore>server_side_encryption: Option<ServerSideEncryption>sse_customer_algorithm: Option<SSECustomerAlgorithm>ssekms_key_id: Option<SSEKMSKeyId>sse_customer_key_md5: Option<SSECustomerKeyMD5>storage_class: Option<StorageClass>tag_count: Option<TagCount>version_id: Option<ObjectVersionId>bucket_key_enabled: Option<BucketKeyEnabled>

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.