DescribeQueriesRequest

public struct DescribeQueriesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Limits the returned queries to only those for the specified log group.

    Declaration

    Swift

    public let logGroupName: String?
  • Limits the number of returned queries to the specified number.

    Declaration

    Swift

    public let maxResults: Int?
  • Undocumented

    Declaration

    Swift

    public let nextToken: String?
  • Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

    Declaration

    Swift

    public let status: QueryStatus?
  • Undocumented

    Declaration

    Swift

    public init(logGroupName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, status: QueryStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws