SearchDevicesResponse

public struct SearchDevicesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of DeviceSummary objects for devices that match the specified filter values.

    Declaration

    Swift

    public let devices: [DeviceSummary]
  • A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(devices: [DeviceSummary], nextToken: String? = nil)