Struct rusoto_iot::ListThingRegistrationTaskReportsResponse [] [src]

pub struct ListThingRegistrationTaskReportsResponse {
    pub next_token: Option<String>,
    pub report_type: Option<String>,
    pub resource_links: Option<Vec<String>>,
}

Fields

The token to retrieve the next set of results.

The type of task report.

Links to the task resources.

Trait Implementations

impl Default for ListThingRegistrationTaskReportsResponse
[src]

[src]

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

impl Debug for ListThingRegistrationTaskReportsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListThingRegistrationTaskReportsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations