Class: Aws::Types::CreateApplicationVersionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_code_archive_url::String

Returns the value of attribute source_code_archive_url.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def source_code_archive_url
  @source_code_archive_url
end

#source_code_url::String

Returns the value of attribute source_code_url.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def source_code_url
  @source_code_url
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def template_url
  @template_url
end