Event

public struct Event : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time when the event occurred.

    Declaration

    Swift

    public let date: TimeStamp?
  • A user-defined message associated with the event.

    Declaration

    Swift

    public let message: String?
  • The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

    Declaration

    Swift

    public let sourceName: String?
  • Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

    Declaration

    Swift

    public let sourceType: SourceType?
  • Undocumented

    Declaration

    Swift

    public init(date: TimeStamp? = nil, message: String? = nil, sourceName: String? = nil, sourceType: SourceType? = nil)