ListPresetsResponse
public struct ListPresetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Use this string to request the next batch of presets.
Declaration
Swift
public let nextToken: String? -
List of presets
Declaration
Swift
public let presets: [Preset]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, presets: [Preset]? = nil)
View on GitHub
ListPresetsResponse Structure Reference