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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



4752
4753
4754
4755
4756
4757
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4752

class DescribeAutomationExecutionsResult < Struct.new(
  :automation_execution_metadata_list,
  :next_token)
  SENSITIVE = []
  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)


4752
4753
4754
4755
4756
4757
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4752

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