EnableAddOnRequest
public struct EnableAddOnRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of strings representing the add-on to enable or modify.
Declaration
Swift
public let addOnRequest: AddOnRequest -
The name of the source resource for which to enable or modify the add-on.
Declaration
Swift
public let resourceName: String -
Undocumented
Declaration
Swift
public init(addOnRequest: AddOnRequest, resourceName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
EnableAddOnRequest Structure Reference