ListDocumentsResult
public struct ListDocumentsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The names of the Systems Manager documents.
Declaration
Swift
public let documentIdentifiers: [DocumentIdentifier]? -
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(documentIdentifiers: [DocumentIdentifier]? = nil, nextToken: String? = nil)
View on GitHub
ListDocumentsResult Structure Reference