Class: Aws::SSM::Types::DescribeAutomationExecutionsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#automation_execution_metadata_listArray<Types::AutomationExecutionMetadata>

The list of details about each automation execution which has occurred which matches the filter specification, if any.



4107
4108
4109
4110
4111
# File 'lib/aws-sdk-ssm/types.rb', line 4107

class DescribeAutomationExecutionsResult < Struct.new(
  :automation_execution_metadata_list,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


4107
4108
4109
4110
4111
# File 'lib/aws-sdk-ssm/types.rb', line 4107

class DescribeAutomationExecutionsResult < Struct.new(
  :automation_execution_metadata_list,
  :next_token)
  include Aws::Structure
end