Class: Aws::Panorama::Types::ListDevicesJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_jobsArray<Types::DeviceJob>

A list of jobs.

Returns:



1612
1613
1614
1615
1616
1617
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1612

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

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1612

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