ListDeviceInstancesResult

public struct ListDeviceInstancesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An object that contains information about your device instances.

    Declaration

    Swift

    public let deviceInstances: [DeviceInstance]?
  • An identifier that can be used in the next call to this operation to return the next set of items in the list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(deviceInstances: [DeviceInstance]? = nil, nextToken: String? = nil)