SearchDevicesResponse

public struct SearchDevicesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The devices that meet the specified set of filter criteria, in sort order.

    Declaration

    Swift

    public let devices: [DeviceData]?
  • The token returned to indicate that there is more data available.

    Declaration

    Swift

    public let nextToken: String?
  • The total number of devices returned.

    Declaration

    Swift

    public let totalCount: Int?
  • Undocumented

    Declaration

    Swift

    public init(devices: [DeviceData]? = nil, nextToken: String? = nil, totalCount: Int? = nil)