Class: Aws::Types::ApplicationCodeConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationCodeConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_content_type_update ⇒ "PLAINTEXT", "ZIPFILE"
Returns the value of attribute code_content_type_update.
-
#code_content_update ⇒ Types::CodeContentUpdate
Returns the value of attribute code_content_update.
Instance Attribute Details
#code_content_type_update ⇒ "PLAINTEXT", "ZIPFILE"
Returns the value of attribute code_content_type_update.
114 115 116 |
# File 'sig/types.rbs', line 114 def code_content_type_update @code_content_type_update end |
#code_content_update ⇒ Types::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 |