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?
  • The text of the event.

    Declaration

    Swift

    public let message: String?
  • The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

    Declaration

    Swift

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

    Declaration

    Swift

    public let sourceType: SourceType?
  • Undocumented

    Declaration

    Swift

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