Method: Aws::SSM::Types::DescribeAssociationExecutionTargetsResult#next_token
- Defined in:
- lib/aws-sdk-ssm/types.rb
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
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 |