OpsItemSummary class

A count of OpsItems.

Constructors

OpsItemSummary({DateTime? actualEndTime, DateTime? actualStartTime, String? category, String? createdBy, DateTime? createdTime, String? lastModifiedBy, DateTime? lastModifiedTime, Map<String, OpsItemDataValue>? operationalData, String? opsItemId, String? opsItemType, DateTime? plannedEndTime, DateTime? plannedStartTime, int? priority, String? severity, String? source, OpsItemStatus? status, String? title})
OpsItemSummary.fromJson(Map<String, dynamic> json)
factory

Properties

actualEndTime DateTime?
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.
final
actualStartTime DateTime?
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.
final
category String?
A list of OpsItems by category.
final
createdBy String?
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
final
createdTime DateTime?
The date and time the OpsItem was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedBy String?
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
final
lastModifiedTime DateTime?
The date and time the OpsItem was last updated.
final
operationalData Map<String, OpsItemDataValue>?
Operational data is custom data that provides useful reference details about the OpsItem.
final
opsItemId String?
The ID of the OpsItem.
final
opsItemType String?
The type of OpsItem. Currently, the only valid values are /aws/changerequest and /aws/issue.
final
plannedEndTime DateTime?
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
final
plannedStartTime DateTime?
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.
final
priority int?
The importance of this OpsItem in relation to other OpsItems in the system.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
A list of OpsItems by severity.
final
source String?
The impacted AWS resource.
final
status OpsItemStatus?
The OpsItem status. Status can be Open, In Progress, or Resolved.
final
title String?
A short heading that describes the nature of the OpsItem and the impacted resource.
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