SelectRequest

public struct SelectRequest : AWSShape
extension SimpleDB.SelectRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.

    Declaration

    Swift

    public let consistentRead: Bool?
  • A string informing Amazon SimpleDB where to start the next list of ItemNames.

    Declaration

    Swift

    public let nextToken: String?
  • The expression used to query the domain.

    Declaration

    Swift

    public let selectExpression: String
  • Undocumented

    Declaration

    Swift

    public init(consistentRead: Bool? = nil, nextToken: String? = nil, selectExpression: String)