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]

[src]

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

impl Debug for RegisterThingRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RegisterThingRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations