Class: Aws::Types::ApplicationCodeConfigurationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_content_type_update"PLAINTEXT", "ZIPFILE"

Returns the value of attribute code_content_type_update.

Returns:

  • ("PLAINTEXT", "ZIPFILE")


114
115
116
# File 'sig/types.rbs', line 114

def code_content_type_update
  @code_content_type_update
end

#code_content_updateTypes::CodeContentUpdate

Returns the value of attribute code_content_update.



115
116
117
# File 'sig/types.rbs', line 115

def code_content_update
  @code_content_update
end