Class: Aws::SSM::Types::DescribeAssociationExecutionsResult

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

#association_executionsArray<Types::AssociationExecution>

A list of the executions for the specified association ID.

Returns:



4665
4666
4667
4668
4669
4670
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4665

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

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


4665
4666
4667
4668
4669
4670
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4665

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