Class: Aws::SSM::Types::ListDocumentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListDocumentsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_identifiers ⇒ Array<Types::DocumentIdentifier>
The names of the SSM documents.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#document_identifiers ⇒ Array<Types::DocumentIdentifier>
The names of the SSM documents.
11974 11975 11976 11977 11978 11979 |
# File 'lib/aws-sdk-ssm/types.rb', line 11974 class ListDocumentsResult < Struct.new( :document_identifiers, :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.
11974 11975 11976 11977 11978 11979 |
# File 'lib/aws-sdk-ssm/types.rb', line 11974 class ListDocumentsResult < Struct.new( :document_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |