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

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_versionsArray<Types::DocumentVersionInfo>

The document versions.

Returns:



11348
11349
11350
11351
11352
11353
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11348

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)


11348
11349
11350
11351
11352
11353
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11348

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