OrganizationEvent class

Summary information about an event, returned by the DescribeEventsForOrganization operation.

Constructors

OrganizationEvent({String? arn, DateTime? endTime, EventScopeCode? eventScopeCode, EventTypeCategory? eventTypeCategory, String? eventTypeCode, DateTime? lastUpdatedTime, String? region, String? service, DateTime? startTime, EventStatusCode? statusCode})
OrganizationEvent.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The unique identifier for the event. Format: arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID . Example: Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
final
endTime DateTime?
The date and time that the event ended.
final
eventScopeCode EventScopeCode?
This parameter specifies if the AWS Health event is a public AWS service event or an account-specific event.
final
eventTypeCategory EventTypeCategory?
The category of the event type.
final
eventTypeCode String?
The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION. For example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The most recent date and time that the event was updated.
final
region String?
The AWS Region name of the event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
The AWS service that is affected by the event. For example, EC2, RDS.
final
startTime DateTime?
The date and time that the event began.
final
statusCode EventStatusCode?
The most recent status of the event. Possible values are open, closed, and upcoming.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited