Show / Hide Table of Contents

Interface IQuotaShareReference

A reference to a QuotaShare resource.

Namespace: Amazon.CDK.Interfaces.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IQuotaShareReference
Syntax (vb)
Public Interface IQuotaShareReference
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.Batch;

            var quotaShareReference = new QuotaShareReference {
                QuotaShareArn = "quotaShareArn"
            };

Synopsis

Properties

QuotaShareArn

The QuotaShareArn of the QuotaShare resource.

Properties

QuotaShareArn

The QuotaShareArn of the QuotaShare resource.

string QuotaShareArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX