SearchSystemTemplatesResponse
public struct SearchSystemTemplatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The string to specify as nextToken when you request the next page of results.
Declaration
Swift
public let nextToken: String?
-
An array of objects that contain summary information about each system deployment in the result set.
Declaration
Swift
public let summaries: [SystemTemplateSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, summaries: [SystemTemplateSummary]? = nil)