Class: Aws::Types::ApplicationCodeConfigurationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_content_descriptionTypes::CodeContentDescription

Returns the value of attribute code_content_description.



109
110
111
# File 'sig/types.rbs', line 109

def code_content_description
  @code_content_description
end

#code_content_type"PLAINTEXT", "ZIPFILE"

Returns the value of attribute code_content_type.

Returns:

  • ("PLAINTEXT", "ZIPFILE")


108
109
110
# File 'sig/types.rbs', line 108

def code_content_type
  @code_content_type
end