Class: Aws::Panorama::Types::ListDevicesJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ListDevicesJobsResponse
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_jobs ⇒ Array<Types::DeviceJob>
A list of jobs.
-
#next_token ⇒ String
A pagination token that's included if more results are available.
Instance Attribute Details
#device_jobs ⇒ Array<Types::DeviceJob>
A list of jobs.
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_token ⇒ String
A pagination token that's included if more results are available.
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 |