#[non_exhaustive]pub struct DescribeResourcePermissionsInput {
pub authentication_token: Option<String>,
pub resource_id: Option<String>,
pub principal_id: Option<String>,
pub limit: Option<i32>,
pub marker: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.authentication_token: Option<String>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
resource_id: Option<String>
The ID of the resource.
principal_id: Option<String>
The ID of the principal to filter permissions by.
limit: Option<i32>
The maximum number of items to return with this call.
marker: Option<String>
The marker for the next set of results. (You received this marker from a previous call)
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResourcePermissions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResourcePermissions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeResourcePermissions
>
Creates a new builder-style object to manufacture DescribeResourcePermissionsInput
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The ID of the resource.
The ID of the principal to filter permissions by.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeResourcePermissionsInput
impl Sync for DescribeResourcePermissionsInput
impl Unpin for DescribeResourcePermissionsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more