Struct rusoto_iot::ListThingPrincipalsRequest [] [src]

pub struct ListThingPrincipalsRequest {
    pub thing_name: ThingName,
}

The input for the ListThingPrincipal operation.

Fields

The name of the thing.

Trait Implementations

impl Default for ListThingPrincipalsRequest
[src]

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

impl Debug for ListThingPrincipalsRequest
[src]

Formats the value using the given formatter.

impl Clone for ListThingPrincipalsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more