DescribeEventsResponse

public struct DescribeEventsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of events. Each element in the array represents one event.

    Declaration

    Swift

    public let events: [Event]?
  • Provides an identifier to allow retrieval of paginated results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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