Method: Aws::SSM::Types::DescribeAssociationExecutionTargetsResult#next_token

Defined in:
lib/aws-sdk-ssm/types.rb

#next_tokenString

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

Returns:

  • (String)


4860
4861
4862
4863
4864
4865
# File 'lib/aws-sdk-ssm/types.rb', line 4860

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