Struct rusoto_iot::ListThingsRequest [] [src]

pub struct ListThingsRequest {
    pub attribute_name: Option<AttributeName>,
    pub attribute_value: Option<AttributeValue>,
    pub max_results: Option<MaxResults>,
    pub next_token: Option<NextToken>,
    pub thing_type_name: Option<ThingTypeName>,
}

The input for the ListThings operation.

Fields

The attribute name used to search for things.

The attribute value used to search for things.

The maximum number of results to return in this operation.

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

The name of the thing type used to search for things.

Trait Implementations

impl Default for ListThingsRequest
[src]

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

impl Debug for ListThingsRequest
[src]

Formats the value using the given formatter.

impl Clone for ListThingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more