Class: Aws::SSM::Types::DescribeAssociationExecutionTargetsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_execution_targetsArray<Types::AssociationExecutionTarget>

Information about the execution.



4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-ssm/types.rb', line 4606

class DescribeAssociationExecutionTargetsResult < Struct.new(
  :association_execution_targets,
  :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)


4606
4607
4608
4609
4610
4611
# File 'lib/aws-sdk-ssm/types.rb', line 4606

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