Class: Aws::DeviceFarm::Types::ListDeviceInstancesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_instancesArray<Types::DeviceInstance>

An object that contains information about your device instances.

Returns:



2696
2697
2698
2699
2700
2701
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2696

class ListDeviceInstancesResult < Struct.new(
  :device_instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that can be used in the next call to this operation to return the next set of items in the list.

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2696

class ListDeviceInstancesResult < Struct.new(
  :device_instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end