Struct rusoto_workdocs::DescribeResourcePermissionsResponse [] [src]

pub struct DescribeResourcePermissionsResponse {
    pub marker: Option<String>,
    pub principals: Option<Vec<Principal>>,
}

Fields

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

The principals.

Trait Implementations

impl Default for DescribeResourcePermissionsResponse
[src]

[src]

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

impl Debug for DescribeResourcePermissionsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeResourcePermissionsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more