Class: Aws::SSM::Types::ListDocumentVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListDocumentVersionsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_versions ⇒ Array<Types::DocumentVersionInfo>
The document versions.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#document_versions ⇒ Array<Types::DocumentVersionInfo>
The document versions.
11914 11915 11916 11917 11918 11919 |
# File 'lib/aws-sdk-ssm/types.rb', line 11914 class ListDocumentVersionsResult < Struct.new( :document_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
11914 11915 11916 11917 11918 11919 |
# File 'lib/aws-sdk-ssm/types.rb', line 11914 class ListDocumentVersionsResult < Struct.new( :document_versions, :next_token) SENSITIVE = [] include Aws::Structure end |