Struct rusoto_health::EventFilter [] [src]

pub struct EventFilter {
    pub availability_zones: Option<AvailabilityZones>,
    pub end_times: Option<DateTimeRangeList>,
    pub entity_arns: Option<EntityArnList>,
    pub entity_values: Option<EntityValueList>,
    pub event_arns: Option<EventArnList>,
    pub event_status_codes: Option<EventStatusCodeList>,
    pub event_type_categories: Option<EventTypeCategoryList>,
    pub event_type_codes: Option<EventTypeList>,
    pub last_updated_times: Option<DateTimeRangeList>,
    pub regions: Option<RegionList>,
    pub services: Option<ServiceList>,
    pub start_times: Option<DateTimeRangeList>,
    pub tags: Option<TagFilter>,
}

The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.

Fields

A list of AWS availability zones.

A list of dates and times that the event ended.

A list of entity ARNs (unique identifiers).

A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).

A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331", "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"

A list of event status codes.

A list of event type category codes (issue, scheduledChange, or accountNotification).

A list of unique identifiers for event types. For example, "AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED"

A list of dates and times that the event was last updated.

A list of AWS regions.

The AWS services associated with the event. For example, EC2, RDS.

A list of dates and times that the event began.

A map of entity tags attached to the affected entity.

Trait Implementations

impl Default for EventFilter
[src]

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

impl Debug for EventFilter
[src]

Formats the value using the given formatter.

impl Clone for EventFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more