Struct aws_sdk_rust::aws::s3::s3client::Bucket [] [src]

pub struct Bucket {
    pub creation_date: CreationDate,
    pub name: BucketName,
}

Fields

creation_date: CreationDate

Date the bucket was created.

name: BucketName

The name of the bucket.

Trait Implementations

impl Default for Bucket
[src]

fn default() -> Bucket

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

impl Debug for Bucket
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.