OpsItemSummary

public struct OpsItemSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of OpsItems by category.

    Declaration

    Swift

    public let category: String?
  • The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

    Declaration

    Swift

    public let createdBy: String?
  • The date and time the OpsItem was created.

    Declaration

    Swift

    public let createdTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

    Declaration

    Swift

    public let lastModifiedBy: String?
  • The date and time the OpsItem was last updated.

    Declaration

    Swift

    public let lastModifiedTime: TimeStamp?
  • Operational data is custom data that provides useful reference details about the OpsItem.

    Declaration

    Swift

    public let operationalData: [String : OpsItemDataValue]?
  • The ID of the OpsItem.

    Declaration

    Swift

    public let opsItemId: String?
  • The importance of this OpsItem in relation to other OpsItems in the system.

    Declaration

    Swift

    public let priority: Int?
  • A list of OpsItems by severity.

    Declaration

    Swift

    public let severity: String?
  • The impacted AWS resource.

    Declaration

    Swift

    public let source: String?
  • The OpsItem status. Status can be Open, In Progress, or Resolved.

    Declaration

    Swift

    public let status: OpsItemStatus?
  • A short heading that describes the nature of the OpsItem and the impacted resource.

    Declaration

    Swift

    public let title: String?
  • Undocumented

    Declaration

    Swift

    public init(category: String? = nil, createdBy: String? = nil, createdTime: TimeStamp? = nil, lastModifiedBy: String? = nil, lastModifiedTime: TimeStamp? = nil, operationalData: [String : OpsItemDataValue]? = nil, opsItemId: String? = nil, priority: Int? = nil, severity: String? = nil, source: String? = nil, status: OpsItemStatus? = nil, title: String? = nil)