ProductViewSummary
public struct ProductViewSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The distributor of the product. Contact the product administrator for the significance of this value.
Declaration
Swift
public let distributor: String? -
Indicates whether the product has a default path. If the product does not have a default path, call ListLaunchPaths to disambiguate between paths. Otherwise, ListLaunchPaths is not required, and the output of ProductViewSummary can be used directly with DescribeProvisioningParameters.
Declaration
Swift
public let hasDefaultPath: Bool? -
The product view identifier.
Declaration
Swift
public let id: String? -
The name of the product.
Declaration
Swift
public let name: String? -
The owner of the product. Contact the product administrator for the significance of this value.
Declaration
Swift
public let owner: String? -
The product identifier.
Declaration
Swift
public let productId: String? -
Short description of the product.
Declaration
Swift
public let shortDescription: String? -
The description of the support for this Product.
Declaration
Swift
public let supportDescription: String? -
The email contact information to obtain support for this Product.
Declaration
Swift
public let supportEmail: String? -
The URL information to obtain support for this Product.
Declaration
Swift
public let supportUrl: String? -
The product type. Contact the product administrator for the significance of this value. If this value is MARKETPLACE, the product was created by AWS Marketplace.
Declaration
Swift
public let type: ProductType? -
init(distributor:hasDefaultPath:id:name:owner:productId:shortDescription:supportDescription:supportEmail:supportUrl:type:)Undocumented
Declaration
Swift
public init(distributor: String? = nil, hasDefaultPath: Bool? = nil, id: String? = nil, name: String? = nil, owner: String? = nil, productId: String? = nil, shortDescription: String? = nil, supportDescription: String? = nil, supportEmail: String? = nil, supportUrl: String? = nil, type: ProductType? = nil)
View on GitHub
ProductViewSummary Structure Reference