Struct aws_sdk_rust::aws::s3::acl::GetObjectAclOutput
[−]
[src]
pub struct GetObjectAclOutput { pub owner: Owner, pub grants: Grants, pub request_charged: RequestCharged, }
Fields
owner: Owner
grants: Grants
A list of grants.
request_charged: RequestCharged
Trait Implementations
impl Debug for GetObjectAclOutput
[src]
impl Default for GetObjectAclOutput
[src]
fn default() -> GetObjectAclOutput
Returns the "default value" for a type. Read more
impl Decodable for GetObjectAclOutput
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<GetObjectAclOutput, __D::Error>
__arg_0: &mut __D
) -> Result<GetObjectAclOutput, __D::Error>
Deserialize a value using a Decoder
.