Class: Aws::ServerlessApplicationRepository::Types::VersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::VersionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
An application version summary.
Constant Summary collapse
- SENSITIVE =
[]
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).
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 2018 class VersionSummary < Struct.new( :application_id, :creation_time, :semantic_version, :source_code_url) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ String
The date and time this resource was created.
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 2018 class VersionSummary < Struct.new( :application_id, :creation_time, :semantic_version, :source_code_url) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
The semantic version of the application:
- semver.org/][1
-
[1]: semver.org/
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 2018 class VersionSummary < Struct.new( :application_id, :creation_time, :semantic_version, :source_code_url) SENSITIVE = [] include Aws::Structure end |
#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.
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 2018 class VersionSummary < Struct.new( :application_id, :creation_time, :semantic_version, :source_code_url) SENSITIVE = [] include Aws::Structure end |