Struct rusoto_cloudwatch::MessageData[][src]

pub struct MessageData {
    pub code: Option<String>,
    pub value: Option<String>,
}

A message returned by the GetMetricDataAPI, including a code and a description.

Fields

The error code or status code associated with the message.

The message text.

Trait Implementations

impl Default for MessageData
[src]

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

impl Debug for MessageData
[src]

Formats the value using the given formatter. Read more

impl Clone for MessageData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for MessageData

impl Sync for MessageData