AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Summary information about a product view.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ProductViewSummary

Namespace: Amazon.ServiceCatalog.Model
Assembly: AWSSDK.ServiceCatalog.dll
Version: 3.x.y.z

Syntax

C#
public class ProductViewSummary

The ProductViewSummary type exposes the following members

Constructors

NameDescription
Public Method ProductViewSummary()

Properties

NameTypeDescription
Public Property Distributor System.String

Gets and sets the property Distributor.

The distributor of the product. Contact the product administrator for the significance of this value.

Public Property HasDefaultPath System.Boolean

Gets and sets the property HasDefaultPath.

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.

Public Property Id System.String

Gets and sets the property Id.

The product view identifier.

Public Property Name System.String

Gets and sets the property Name.

The name of the product.

Public Property Owner System.String

Gets and sets the property Owner.

The owner of the product. Contact the product administrator for the significance of this value.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product identifier.

Public Property ShortDescription System.String

Gets and sets the property ShortDescription.

Short description of the product.

Public Property SupportDescription System.String

Gets and sets the property SupportDescription.

The description of the support for this Product.

Public Property SupportEmail System.String

Gets and sets the property SupportEmail.

The email contact information to obtain support for this Product.

Public Property SupportUrl System.String

Gets and sets the property SupportUrl.

The URL information to obtain support for this Product.

Public Property Type Amazon.ServiceCatalog.ProductType

Gets and sets the property Type.

The product type. Contact the product administrator for the significance of this value. If this value is MARKETPLACE, the product was created by Amazon Web Services Marketplace.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5