UpdatePresetRequest
public struct UpdatePresetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The new category for the preset, if you are changing it.
Declaration
Swift
public let category: String? -
The new description for the preset, if you are changing it.
Declaration
Swift
public let description: String? -
The name of the preset you are modifying.
Declaration
Swift
public let name: String -
Settings for preset
Declaration
Swift
public let settings: PresetSettings? -
Undocumented
Declaration
Swift
public init(category: String? = nil, description: String? = nil, name: String, settings: PresetSettings? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdatePresetRequest Structure Reference