GetPercentilesRequest

public struct GetPercentilesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The field to aggregate.

    Declaration

    Swift

    public let aggregationField: String?
  • The name of the index to search.

    Declaration

    Swift

    public let indexName: String?
  • The percentile groups returned.

    Declaration

    Swift

    public let percents: [Double]?
  • The query string.

    Declaration

    Swift

    public let queryString: String
  • The query version.

    Declaration

    Swift

    public let queryVersion: String?
  • Undocumented

    Declaration

    Swift

    public init(aggregationField: String? = nil, indexName: String? = nil, percents: [Double]? = nil, queryString: String, queryVersion: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws