Class: Aws::Types::CreateApplicationVersionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def application_id
  @application_id
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def semantic_version
  @semantic_version
end

#source_code_archive_url::String

Returns the value of attribute source_code_archive_url.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def source_code_archive_url
  @source_code_archive_url
end

#source_code_url::String

Returns the value of attribute source_code_url.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def source_code_url
  @source_code_url
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def template_url
  @template_url
end