Class: Aws::ServerlessApplicationRepository::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::CreateApplicationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
- #author ⇒ String
- #creation_time ⇒ String
- #description ⇒ String
- #home_page_url ⇒ String
- #is_verified_author ⇒ Boolean
- #labels ⇒ Array<String>
- #license_url ⇒ String
- #name ⇒ String
- #readme_url ⇒ String
- #spdx_license_id ⇒ String
- #verified_author_url ⇒ String
-
#version ⇒ Types::Version
Application version details.
Instance Attribute Details
#application_id ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#author ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#home_page_url ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#is_verified_author ⇒ Boolean
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#labels ⇒ Array<String>
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#license_url ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#readme_url ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#spdx_license_id ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#verified_author_url ⇒ String
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Types::Version
Application version details.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 643 class CreateApplicationResponse < Struct.new( :application_id, :author, :creation_time, :description, :home_page_url, :is_verified_author, :labels, :license_url, :name, :readme_url, :spdx_license_id, :verified_author_url, :version) SENSITIVE = [] include Aws::Structure end |