GetRelationalDatabaseEventsRequest

public struct GetRelationalDatabaseEventsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120. Default: 60 The minimum is 1 and the maximum is 14 days (20160 minutes).

    Declaration

    Swift

    public let durationInMinutes: Int?
  • The token to advance to the next page of results from your request. To get a page token, perform an initial GetRelationalDatabaseEvents request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

    Declaration

    Swift

    public let pageToken: String?
  • The name of the database from which to get events.

    Declaration

    Swift

    public let relationalDatabaseName: String
  • Undocumented

    Declaration

    Swift

    public init(durationInMinutes: Int? = nil, pageToken: String? = nil, relationalDatabaseName: String)
  • Declaration

    Swift

    public func validate(name: String) throws