Struct assemblylift_iomod_s3_guest::structs::ListPartsOutput[][src]

pub struct ListPartsOutput {
Show fields pub abort_date: Option<AbortDate>, pub abort_rule_id: Option<AbortRuleId>, pub bucket: Option<BucketName>, pub key: Option<ObjectKey>, pub upload_id: Option<MultipartUploadId>, pub part_number_marker: Option<PartNumberMarker>, pub next_part_number_marker: Option<NextPartNumberMarker>, pub max_parts: Option<MaxParts>, pub is_truncated: Option<IsTruncated>, pub parts: Option<Parts>, pub initiator: Option<Initiator>, pub owner: Option<Owner>, pub storage_class: Option<StorageClass>, pub request_charged: Option<RequestCharged>,
}

Fields

abort_date: Option<AbortDate>abort_rule_id: Option<AbortRuleId>bucket: Option<BucketName>key: Option<ObjectKey>upload_id: Option<MultipartUploadId>part_number_marker: Option<PartNumberMarker>next_part_number_marker: Option<NextPartNumberMarker>max_parts: Option<MaxParts>is_truncated: Option<IsTruncated>parts: Option<Parts>initiator: Option<Initiator>owner: Option<Owner>storage_class: Option<StorageClass>request_charged: Option<RequestCharged>

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.