Class: Aws::ServerlessApplicationRepository::Types::CreateApplicationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::CreateApplicationVersionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
- #semantic_version ⇒ String
- #source_code_archive_url ⇒ String
- #source_code_url ⇒ String
- #template_body ⇒ String
- #template_url ⇒ String
Instance Attribute Details
#application_id ⇒ String
714 715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 714 class CreateApplicationVersionRequest < Struct.new( :application_id, :semantic_version, :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
714 715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 714 class CreateApplicationVersionRequest < Struct.new( :application_id, :semantic_version, :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#source_code_archive_url ⇒ String
714 715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 714 class CreateApplicationVersionRequest < Struct.new( :application_id, :semantic_version, :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#source_code_url ⇒ String
714 715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 714 class CreateApplicationVersionRequest < Struct.new( :application_id, :semantic_version, :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
714 715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 714 class CreateApplicationVersionRequest < Struct.new( :application_id, :semantic_version, :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_url ⇒ String
714 715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 714 class CreateApplicationVersionRequest < Struct.new( :application_id, :semantic_version, :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |