Struct assemblylift_iomod_s3_guest::structs::ListObjectsV2Output[][src]

pub struct ListObjectsV2Output {
    pub is_truncated: Option<IsTruncated>,
    pub contents: Option<ObjectList>,
    pub name: Option<BucketName>,
    pub prefix: Option<Prefix>,
    pub delimiter: Option<Delimiter>,
    pub max_keys: Option<MaxKeys>,
    pub common_prefixes: Option<CommonPrefixList>,
    pub encoding_type: Option<EncodingType>,
    pub key_count: Option<KeyCount>,
    pub continuation_token: Option<Token>,
    pub next_continuation_token: Option<NextToken>,
    pub start_after: Option<StartAfter>,
}

Fields

is_truncated: Option<IsTruncated>contents: Option<ObjectList>name: Option<BucketName>prefix: Option<Prefix>delimiter: Option<Delimiter>max_keys: Option<MaxKeys>common_prefixes: Option<CommonPrefixList>encoding_type: Option<EncodingType>key_count: Option<KeyCount>continuation_token: Option<Token>next_continuation_token: Option<NextToken>start_after: Option<StartAfter>

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.