AddOnRequest
public struct AddOnRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The add-on type.
Declaration
Swift
public let addOnType: AddOnType -
An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
Declaration
Swift
public let autoSnapshotAddOnRequest: AutoSnapshotAddOnRequest? -
Undocumented
Declaration
Swift
public init(addOnType: AddOnType, autoSnapshotAddOnRequest: AutoSnapshotAddOnRequest? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AddOnRequest Structure Reference