Class: Aws::ServerlessApplicationRepository::Types::CreateApplicationVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-serverlessapplicationrepository/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_versionString

Returns:

  • (String)


714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-serverlessapplicationrepository/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_urlString

Returns:

  • (String)


714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-serverlessapplicationrepository/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_urlString

Returns:

  • (String)


714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-serverlessapplicationrepository/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_bodyString

Returns:

  • (String)


714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-serverlessapplicationrepository/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_urlString

Returns:

  • (String)


714
715
716
717
718
719
720
721
722
723
# File 'gems/aws-sdk-serverlessapplicationrepository/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