Class: Aws::SSM::Types::DescribeAutomationExecutionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAutomationExecutionsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_execution_metadata_list ⇒ Array<Types::AutomationExecutionMetadata>
The list of details about each automation execution which has occurred which matches the filter specification, if any.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#automation_execution_metadata_list ⇒ Array<Types::AutomationExecutionMetadata>
The list of details about each automation execution which has occurred which matches the filter specification, if any.
4783 4784 4785 4786 4787 4788 |
# File 'lib/aws-sdk-ssm/types.rb', line 4783 class DescribeAutomationExecutionsResult < Struct.new( :automation_execution_metadata_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
4783 4784 4785 4786 4787 4788 |
# File 'lib/aws-sdk-ssm/types.rb', line 4783 class DescribeAutomationExecutionsResult < Struct.new( :automation_execution_metadata_list, :next_token) SENSITIVE = [] include Aws::Structure end |