Struct rusoto_s3::Bucket [] [src]

pub struct Bucket {
    pub creation_date: Option<String>,
    pub name: Option<String>,
}

Fields

Date the bucket was created.

The name of the bucket.

Trait Implementations

impl Default for Bucket
[src]

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

impl Debug for Bucket
[src]

Formats the value using the given formatter.