Struct rusoto_iot::DetachThingPrincipalRequest [] [src]

pub struct DetachThingPrincipalRequest {
    pub principal: String,
    pub thing_name: String,
}

The input for the DetachThingPrincipal operation.

Fields

If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.

The name of the thing.

Trait Implementations

impl Default for DetachThingPrincipalRequest
[src]

[src]

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

impl Debug for DetachThingPrincipalRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DetachThingPrincipalRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more