Class AcceptedPortfolioShareReference
A reference to a AcceptedPortfolioShare resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AcceptedPortfolioShareReference : IAcceptedPortfolioShareReference
Syntax (vb)
Public Class AcceptedPortfolioShareReference Implements IAcceptedPortfolioShareReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Servicecatalog;
var acceptedPortfolioShareReference = new AcceptedPortfolioShareReference {
AcceptedPortfolioShareId = "acceptedPortfolioShareId"
};
Synopsis
Constructors
| AcceptedPortfolioShareReference() | A reference to a AcceptedPortfolioShare resource. |
Properties
| AcceptedPortfolioShareId | The Id of the AcceptedPortfolioShare resource. |
Constructors
AcceptedPortfolioShareReference()
A reference to a AcceptedPortfolioShare resource.
public AcceptedPortfolioShareReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Servicecatalog;
var acceptedPortfolioShareReference = new AcceptedPortfolioShareReference {
AcceptedPortfolioShareId = "acceptedPortfolioShareId"
};
Properties
AcceptedPortfolioShareId
The Id of the AcceptedPortfolioShare resource.
public string AcceptedPortfolioShareId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated