Struct rusoto_iot::DescribeEventConfigurationsResponse[][src]

pub struct DescribeEventConfigurationsResponse {
    pub creation_date: Option<f64>,
    pub event_configurations: Option<HashMap<String, Configuration>>,
    pub last_modified_date: Option<f64>,
}

Fields

The creation date of the event configuration.

The event configurations.

The date the event configurations were last modified.

Trait Implementations

impl Default for DescribeEventConfigurationsResponse
[src]

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

impl Debug for DescribeEventConfigurationsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeEventConfigurationsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeEventConfigurationsResponse
[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