QueryObjectsOutput

public struct QueryObjectsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether there are more results that can be obtained by a subsequent call.

    Declaration

    Swift

    public let hasMoreResults: Bool?
  • ids

    The identifiers that match the query selectors.

    Declaration

    Swift

    public let ids: [String]?
  • The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(hasMoreResults: Bool? = nil, ids: [String]? = nil, marker: String? = nil)