Struct rusoto_iot::RegisterThingRequest[][src]

pub struct RegisterThingRequest {
    pub parameters: Option<HashMap<String, String>>,
    pub template_body: String,
}

Fields

The parameters for provisioning a thing.

The provisioning template.

Trait Implementations

impl Default for RegisterThingRequest
[src]

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

impl Debug for RegisterThingRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for RegisterThingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RegisterThingRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations