CreatePresetRequest
public struct CreatePresetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional. A category for the preset you are creating.
Declaration
Swift
public let category: String?
-
Optional. A description of the preset you are creating.
Declaration
Swift
public let description: String?
-
The name of the preset you are creating.
Declaration
Swift
public let name: String
-
Settings for preset
Declaration
Swift
public let settings: PresetSettings
-
The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(category: String? = nil, description: String? = nil, name: String, settings: PresetSettings, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws