DisableAddOnRequest
public struct DisableAddOnRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The add-on type to disable.
Declaration
Swift
public let addOnType: AddOnType
-
The name of the source resource for which to disable the add-on.
Declaration
Swift
public let resourceName: String
-
Undocumented
Declaration
Swift
public init(addOnType: AddOnType, resourceName: String)
-
Declaration
Swift
public func validate(name: String) throws