Struct rusoto_health::Event [] [src]

pub struct Event {
    pub arn: Option<EventArn>,
    pub availability_zone: Option<AvailabilityZone>,
    pub end_time: Option<Timestamp>,
    pub event_type_category: Option<EventTypeCategory>,
    pub event_type_code: Option<EventTypeCode>,
    pub last_updated_time: Option<Timestamp>,
    pub region: Option<Region>,
    pub service: Option<Service>,
    pub start_time: Option<Timestamp>,
    pub status_code: Option<EventStatusCode>,
}

Summary information about an event, returned by the DescribeEvents operation. The DescribeEventDetails operation also returns this information, as well as the EventDescription and additional event metadata.

Fields

The unique identifier for the event. Format: arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID . Example: arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331

The AWS Availability Zone of the event. For example, us-east-1a.

The date and time that the event ended.

The

The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.

The most recent date and time that the event was updated.

The AWS region name of the event.

The AWS service that is affected by the event. For example, EC2, RDS.

The date and time that the event began.

The most recent status of the event. Possible values are open, closed, and upcoming.

Trait Implementations

impl Default for Event
[src]

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

impl Debug for Event
[src]

Formats the value using the given formatter.

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more