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

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

#document_identifiersArray<Types::DocumentIdentifier>

The names of the SSM documents.

Returns:



11679
11680
11681
11682
11683
11684
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11679

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


11679
11680
11681
11682
11683
11684
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11679

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