class Aws::ServerlessApplicationRepository::Types::CreateApplicationRequest
@note When making an API call, you may pass CreateApplicationRequest
data as a hash: { author: "__string", # required description: "__string", # required home_page_url: "__string", labels: ["__string"], license_body: "__string", license_url: "__string", name: "__string", # required readme_body: "__string", readme_url: "__string", semantic_version: "__string", source_code_archive_url: "__string", source_code_url: "__string", spdx_license_id: "__string", template_body: "__string", template_url: "__string", }
@!attribute [rw] author
@return [String]
@!attribute [rw] description
@return [String]
@!attribute [rw] home_page_url
@return [String]
@!attribute [rw] labels
@return [Array<String>]
@!attribute [rw] license_body
@return [String]
@!attribute [rw] license_url
@return [String]
@!attribute [rw] name
@return [String]
@!attribute [rw] readme_body
@return [String]
@!attribute [rw] readme_url
@return [String]
@!attribute [rw] semantic_version
@return [String]
@!attribute [rw] source_code_archive_url
@return [String]
@!attribute [rw] source_code_url
@return [String]
@!attribute [rw] spdx_license_id
@return [String]
@!attribute [rw] template_body
@return [String]
@!attribute [rw] template_url
@return [String]
@see docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/CreateApplicationRequest AWS API Documentation
Constants
- SENSITIVE