Class: Aws::SSM::Types::ListDocumentsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#document_identifiersArray<Types::DocumentIdentifier>

The names of the Systems Manager documents.

Returns:



8516
8517
8518
8519
8520
# File 'lib/aws-sdk-ssm/types.rb', line 8516

class ListDocumentsResult < Struct.new(
  :document_identifiers,
  :next_token)
  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)


8516
8517
8518
8519
8520
# File 'lib/aws-sdk-ssm/types.rb', line 8516

class ListDocumentsResult < Struct.new(
  :document_identifiers,
  :next_token)
  include Aws::Structure
end