Class: Aws::SSM::Types::ListDocumentVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListDocumentVersionsResult
- Defined in:
- gems/aws-sdk-ssm/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.
11942 11943 11944 11945 11946 11947 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11942 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.
11942 11943 11944 11945 11946 11947 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11942 class ListDocumentVersionsResult < Struct.new( :document_versions, :next_token) SENSITIVE = [] include Aws::Structure end |