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.

An application version summary.

Inheritance Hierarchy

System.Object
  Amazon.ServerlessApplicationRepository.Model.VersionSummary

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

Syntax

C#
public class VersionSummary

The VersionSummary type exposes the following members

Constructors

NameDescription
Public Method VersionSummary()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The application Amazon Resource Name (ARN).

Public Property CreationTime System.String

Gets and sets the property CreationTime.

The date and time this resource was created.

Public Property SemanticVersion System.String

Gets and sets the property SemanticVersion.

The semantic version of the application:

https://semver.org/

Public Property SourceCodeUrl System.String

Gets and sets the property SourceCodeUrl.

A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

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