EventCategoriesMap

public struct EventCategoriesMap : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The events in the event category.

    Declaration

    Swift

    public let events: [EventInfoMap]?
  • The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

    Declaration

    Swift

    public let sourceType: String?
  • Undocumented

    Declaration

    Swift

    public init(events: [EventInfoMap]? = nil, sourceType: String? = nil)