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]

[src]

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

impl Debug for DescribeEventConfigurationsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeEventConfigurationsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations