You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServerlessApplicationRepository::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ApplicationSummary
- Defined in:
- (unknown)
Overview
Summary of details about the application.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application Amazon Resource Name (ARN).
-
#author ⇒ String
The name of the author publishing the app.
-
#creation_time ⇒ String
The date and time this resource was created.
-
#description ⇒ String
The description of the application.
-
#home_page_url ⇒ String
A URL with more information about the application, for example the location of your GitHub repository for the application.
-
#labels ⇒ Array<String>
Labels to improve discovery of apps in search results.
-
#name ⇒ String
The name of the application.
-
#spdx_license_id ⇒ String
A valid identifier from [https://spdx.org/licenses/][1].
Instance Attribute Details
#application_id ⇒ String
The application Amazon Resource Name (ARN).
#author ⇒ String
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern \"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$\";
#creation_time ⇒ String
The date and time this resource was created.
#description ⇒ String
The description of the application.
Minimum length=1. Maximum length=256
#home_page_url ⇒ String
A URL with more information about the application, for example the location of your GitHub repository for the application.
#labels ⇒ Array<String>
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: \"^[a-zA-Z0-9+\\-_:\\/@]+$\";
#name ⇒ String
The name of the application.
Minimum length=1. Maximum length=140
Pattern: \"[a-zA-Z0-9\\-]+\";
#spdx_license_id ⇒ String
A valid identifier from https://spdx.org/licenses/.