Class: Aws::SSM::Types::DescribeAutomationExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAutomationExecutionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::AutomationExecutionFilter>
Filters used to limit the scope of executions that are requested.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#filters ⇒ Array<Types::AutomationExecutionFilter>
Filters used to limit the scope of executions that are requested.
4765 4766 4767 4768 4769 4770 4771 |
# File 'lib/aws-sdk-ssm/types.rb', line 4765 class DescribeAutomationExecutionsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
4765 4766 4767 4768 4769 4770 4771 |
# File 'lib/aws-sdk-ssm/types.rb', line 4765 class DescribeAutomationExecutionsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
4765 4766 4767 4768 4769 4770 4771 |
# File 'lib/aws-sdk-ssm/types.rb', line 4765 class DescribeAutomationExecutionsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |