[−][src]Struct rusoto_health::EventFilter
The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.
Fields
availability_zones: Option<Vec<String>>
A list of AWS availability zones.
end_times: Option<Vec<DateTimeRange>>
A list of dates and times that the event ended.
entity_arns: Option<Vec<String>>
A list of entity ARNs (unique identifiers).
entity_values: Option<Vec<String>>
A list of entity identifiers, such as EC2 instance IDs (i-34ab692e
) or EBS volumes (vol-426ab23e
).
event_arns: Option<Vec<String>>
A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
event_status_codes: Option<Vec<String>>
A list of event status codes.
event_type_categories: Option<Vec<String>>
A list of event type category codes (issue
, scheduledChange
, or accountNotification
).
event_type_codes: Option<Vec<String>>
A list of unique identifiers for event types. For example, "AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED"
last_updated_times: Option<Vec<DateTimeRange>>
A list of dates and times that the event was last updated.
regions: Option<Vec<String>>
A list of AWS regions.
services: Option<Vec<String>>
The AWS services associated with the event. For example, EC2
, RDS
.
start_times: Option<Vec<DateTimeRange>>
A list of dates and times that the event began.
A map of entity tags attached to the affected entity.
Trait Implementations
impl PartialEq<EventFilter> for EventFilter
[src]
fn eq(&self, other: &EventFilter) -> bool
[src]
fn ne(&self, other: &EventFilter) -> bool
[src]
impl Default for EventFilter
[src]
fn default() -> EventFilter
[src]
impl Clone for EventFilter
[src]
fn clone(&self) -> EventFilter
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for EventFilter
[src]
impl Serialize for EventFilter
[src]
Auto Trait Implementations
impl Send for EventFilter
impl Sync for EventFilter
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self