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

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

The document versions.

Returns:



8448
8449
8450
8451
8452
# File 'lib/aws-sdk-ssm/types.rb', line 8448

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


8448
8449
8450
8451
8452
# File 'lib/aws-sdk-ssm/types.rb', line 8448

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