Class: Aws::ServerlessApplicationRepository::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ApplicationSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Summary of details about the application.
Constant Summary collapse
- SENSITIVE =
[]
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 [spdx.org/licenses/][1].
Instance Attribute Details
#application_id ⇒ String
The application Amazon Resource Name (ARN).
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |
#author ⇒ String
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern “^[a-z0-9]((|-(?!-))*[a-z0-9])?$”;
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ String
The date and time this resource was created.
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application.
Minimum length=1. Maximum length=256
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |
#home_page_url ⇒ String
A URL with more information about the application, for example the location of your GitHub repository for the application.
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |
#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+\\-_:\\/@]+$”;
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
Minimum length=1. Maximum length=140
Pattern: “[a-zA-Z0-9\\-]+”;
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |
#spdx_license_id ⇒ String
A valid identifier from [spdx.org/licenses/][1].
[1]: spdx.org/licenses/
278 279 280 281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 278 class ApplicationSummary < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :labels, :name, :spdx_license_id) SENSITIVE = [] include Aws::Structure end |