Bucket

public struct Bucket : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of hits that contain the facet value in the specified facet field.

    Declaration

    Swift

    public let count: Int64?
  • The facet value being counted.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(count: Int64? = nil, value: String? = nil)