Class: Aws::SSM::Types::ListDocumentVersionsResult

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

#document_versionsArray<Types::DocumentVersionInfo>

The document versions.

Returns:



11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-ssm/types.rb', line 11191

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


11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-ssm/types.rb', line 11191

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