Struct rusoto_iot::DetachPrincipalPolicyRequest [] [src]

pub struct DetachPrincipalPolicyRequest {
    pub policy_name: String,
    pub principal: String,
}

The input for the DetachPrincipalPolicy operation.

Fields

The name of the policy to detach.

The principal.

If the principal is a certificate, specify the certificate ARN. If the principal is an Amazon Cognito identity, specify the identity ID.

Trait Implementations

impl Default for DetachPrincipalPolicyRequest
[src]

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

impl Debug for DetachPrincipalPolicyRequest
[src]

Formats the value using the given formatter.

impl Clone for DetachPrincipalPolicyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more