Struct rusoto_iot::ListThingTypesResponse [] [src]

pub struct ListThingTypesResponse {
    pub next_token: Option<String>,
    pub thing_types: Option<Vec<ThingTypeDefinition>>,
}

The output for the ListThingTypes operation.

Fields

The token for the next set of results, or null if there are no additional results.

The thing types.

Trait Implementations

impl Default for ListThingTypesResponse
[src]

[src]

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

impl Debug for ListThingTypesResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListThingTypesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more