Class: Aws::Panorama::Types::ListNodeFromTemplateJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ListNodeFromTemplateJobsRequest
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of node from template 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
#max_results ⇒ Integer
The maximum number of node from template jobs to return in one page of results.
1688 1689 1690 1691 1692 1693 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1688 class ListNodeFromTemplateJobsRequest < Struct.new( :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.
1688 1689 1690 1691 1692 1693 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1688 class ListNodeFromTemplateJobsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |