DeleteProvisionedProductPlanInput
public struct DeleteProvisionedProductPlanInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String?
-
If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
Declaration
Swift
public let ignoreErrors: Bool?
-
The plan identifier.
Declaration
Swift
public let planId: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, ignoreErrors: Bool? = nil, planId: String)
-
Declaration
Swift
public func validate(name: String) throws