SupportedProductConfig
public struct SupportedProductConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of user-supplied arguments.
Declaration
Swift
public let args: [String]? -
The name of the product configuration.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(args: [String]? = nil, name: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SupportedProductConfig Structure Reference