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.

Information about an extension. Call GetExtension to get more information about an extension.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.ExtensionSummary

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

Syntax

C#
public class ExtensionSummary

The ExtensionSummary type exposes the following members

Constructors

NameDescription
Public Method ExtensionSummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The system-generated Amazon Resource Name (ARN) for the extension.

Public Property Description System.String

Gets and sets the property Description.

Information about the extension.

Public Property Id System.String

Gets and sets the property Id.

The system-generated ID of the extension.

Public Property Name System.String

Gets and sets the property Name.

The extension name.

Public Property VersionNumber System.Int32

Gets and sets the property VersionNumber.

The extension version number.

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