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
- Struct
- Aws::ServerlessApplicationRepository::Types::VersionSummary
- Defined in:
- (unknown)
Overview
An application version summary.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application Amazon Resource Name (ARN).
-
#creation_time ⇒ String
The date and time this resource was created.
-
#semantic_version ⇒ String
The semantic version of the application:.
-
#source_code_url ⇒ String
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
Instance Attribute Details
#application_id ⇒ String
The application Amazon Resource Name (ARN).
#creation_time ⇒ String
The date and time this resource was created.
#semantic_version ⇒ String
The semantic version of the application:
#source_code_url ⇒ String
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.