Show / Hide Table of Contents

Class VariantStoreReference

A reference to a VariantStore resource.

Inheritance
object
VariantStoreReference
Implements
IVariantStoreReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VariantStoreReference : IVariantStoreReference
Syntax (vb)
Public Class VariantStoreReference Implements IVariantStoreReference
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.AWS.Omics;

            var variantStoreReference = new VariantStoreReference {
                VariantStoreName = "variantStoreName"
            };

Synopsis

Constructors

VariantStoreReference()

A reference to a VariantStore resource.

Properties

VariantStoreName

The Name of the VariantStore resource.

Constructors

VariantStoreReference()

A reference to a VariantStore resource.

public VariantStoreReference()
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.AWS.Omics;

            var variantStoreReference = new VariantStoreReference {
                VariantStoreName = "variantStoreName"
            };

Properties

VariantStoreName

The Name of the VariantStore resource.

public string VariantStoreName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IVariantStoreReference
Back to top Generated by DocFX