Class: Aws::Panorama::Types::ListDevicesJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ListDevicesJobsRequest
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
Filter results by the job's target device ID.
-
#max_results ⇒ Integer
The maximum number of device jobs to return in one page of results.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#device_id ⇒ String
Filter results by the job's target device ID.
1594 1595 1596 1597 1598 1599 1600 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1594 class ListDevicesJobsRequest < Struct.new( :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of device jobs to return in one page of results.
1594 1595 1596 1597 1598 1599 1600 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1594 class ListDevicesJobsRequest < Struct.new( :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
1594 1595 1596 1597 1598 1599 1600 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1594 class ListDevicesJobsRequest < Struct.new( :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |