GetStatisticsRequest
public struct GetStatisticsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The aggregation field name.
Declaration
Swift
public let aggregationField: String?
-
The name of the index to search. The default value is AWS_Things.
Declaration
Swift
public let indexName: String?
-
The query used to search. You can specify “*” for the query string to get the count of all indexed things in your AWS account.
Declaration
Swift
public let queryString: String
-
The version of the query used to search.
Declaration
Swift
public let queryVersion: String?
-
Undocumented
Declaration
Swift
public init(aggregationField: String? = nil, indexName: String? = nil, queryString: String, queryVersion: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws