Struct rusoto_s3::GetObjectAclRequest [] [src]

pub struct GetObjectAclRequest {
    pub bucket: BucketName,
    pub key: ObjectKey,
    pub request_payer: Option<RequestPayer>,
    pub version_id: Option<ObjectVersionId>,
}

Fields

VersionId used to reference a specific version of the object.

Trait Implementations

impl Default for GetObjectAclRequest
[src]

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

impl Clone for GetObjectAclRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetObjectAclRequest
[src]

Formats the value using the given formatter.