Method: Aws::ServerlessApplicationRepository::Types::CreateApplicationVersionInput#template_url
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
#template_url ⇒ String
A link to the packaged AWS SAM template of your application.
685 686 687 688 689 690 691 692 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 685 class CreateApplicationVersionInput < Struct.new( :source_code_archive_url, :source_code_url, :template_body, :template_url) SENSITIVE = [] include Aws::Structure end |