Struct aws_sdk_rust::aws::s3::acl::GetObjectAclOutput [] [src]

pub struct GetObjectAclOutput {
    pub owner: Owner,
    pub grants: Grants,
    pub request_charged: RequestCharged,
}

Fields

A list of grants.

Trait Implementations

impl Debug for GetObjectAclOutput
[src]

Formats the value using the given formatter.

impl Default for GetObjectAclOutput
[src]

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

impl Decodable for GetObjectAclOutput
[src]

Deserialize a value using a Decoder.

impl Encodable for GetObjectAclOutput
[src]

Serialize a value using an Encoder.