Class: Aws::Types::ApplicationCodeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_contentTypes::CodeContent

Returns the value of attribute code_content.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def code_content
  @code_content
end

#code_content_type"PLAINTEXT", "ZIPFILE"

Returns the value of attribute code_content_type.

Returns:

  • ("PLAINTEXT", "ZIPFILE")


103
104
105
# File 'sig/types.rbs', line 103

def code_content_type
  @code_content_type
end