DescribeProvisioningParametersInput
public struct DescribeProvisioningParametersInput : 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?
-
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
Declaration
Swift
public let pathId: String?
-
The name of the path. You must provide the name or ID, but not both.
Declaration
Swift
public let pathName: String?
-
The product identifier. You must provide the product name or ID, but not both.
Declaration
Swift
public let productId: String?
-
The name of the product. You must provide the name or ID, but not both.
Declaration
Swift
public let productName: String?
-
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
Declaration
Swift
public let provisioningArtifactId: String?
-
The name of the provisioning artifact. You must provide the name or ID, but not both.
Declaration
Swift
public let provisioningArtifactName: String?
-
init(acceptLanguage:pathId:pathName:productId:productName:provisioningArtifactId:provisioningArtifactName:)
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, pathId: String? = nil, pathName: String? = nil, productId: String? = nil, productName: String? = nil, provisioningArtifactId: String? = nil, provisioningArtifactName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws