Class: Aws::ServerlessApplicationRepository::Types::ApplicationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb

Overview

Summary of details about the application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application Amazon Resource Name (ARN).

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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

#authorString

The name of the author publishing the app.

Minimum length=1. Maximum length=127.

Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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_timeString

The date and time this resource was created.

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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

#descriptionString

The description of the application.

Minimum length=1. Maximum length=256

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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_urlString

A URL with more information about the application, for example the location of your GitHub repository for the application.

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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

#labelsArray<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+\\-_:\\/@]+$";

Returns:

  • (Array<String>)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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

#nameString

The name of the application.

Minimum length=1. Maximum length=140

Pattern: "[a-zA-Z0-9\\-]+";

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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_idString

A valid identifier from https://spdx.org/licenses/.

Returns:

  • (String)


278
279
280
281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-serverlessapplicationrepository/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