You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateApplicationVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_id: "__string", # required
  semantic_version: "__string", # required
  source_code_archive_url: "__string",
  source_code_url: "__string",
  template_body: "__string",
  template_url: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)

#semantic_versionString

Returns:

  • (String)

#source_code_archive_urlString

Returns:

  • (String)

#source_code_urlString

Returns:

  • (String)

#template_bodyString

Returns:

  • (String)

#template_urlString

Returns:

  • (String)