You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServerlessApplicationRepository::Types::VersionSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An application version summary.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application Amazon Resource Name (ARN).

Returns:

  • (String)

    The application Amazon Resource Name (ARN).

#creation_timeString

The date and time this resource was created.

Returns:

  • (String)

    The date and time this resource was created.

#semantic_versionString

The semantic version of the application:

https://semver.org/

Returns:

  • (String)

    The semantic version of the application:.

#source_code_urlString

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

Returns:

  • (String)

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