Class: Aws::Deadline::Types::ListStepConsumersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ListStepConsumersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID for the list of step consumers.
-
#job_id ⇒ String
The job ID for the step consumer.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
-
#queue_id ⇒ String
The queue ID for the step consumer.
-
#step_id ⇒ String
The step ID to include on the list.
Instance Attribute Details
#farm_id ⇒ String
The farm ID for the list of step consumers.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-deadline/types.rb', line 5892 class ListStepConsumersRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID for the step consumer.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-deadline/types.rb', line 5892 class ListStepConsumersRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-deadline/types.rb', line 5892 class ListStepConsumersRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-deadline/types.rb', line 5892 class ListStepConsumersRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the step consumer.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-deadline/types.rb', line 5892 class ListStepConsumersRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID to include on the list.
5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-deadline/types.rb', line 5892 class ListStepConsumersRequest < Struct.new( :farm_id, :queue_id, :job_id, :step_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |