EventDescriptionsMessage

public struct EventDescriptionsMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of EventDescription.

    Declaration

    Swift

    public let events: [EventDescription]?
  • If returned, this indicates that there are more results to obtain. Use this token in the next DescribeEvents call to get the next batch of events.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(events: [EventDescription]? = nil, nextToken: String? = nil)