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

pub struct Owner {
    pub display_name: DisplayName,
    pub id: ID,
}

Fields

display_name: DisplayName id: ID

Trait Implementations

impl Default for Owner
[src]

fn default() -> Owner

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

impl Debug for Owner
[src]

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

Formats the value using the given formatter.