Class: Aws::Imagebuilder::Types::ListWaitingWorkflowStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListWaitingWorkflowStepsRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
7051 7052 7053 7054 7055 7056 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7051 class ListWaitingWorkflowStepsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
7051 7052 7053 7054 7055 7056 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7051 class ListWaitingWorkflowStepsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |