Class: Aws::Types::ApplicationCodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationCodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_content ⇒ Types::CodeContent
Returns the value of attribute code_content.
-
#code_content_type ⇒ "PLAINTEXT", "ZIPFILE"
Returns the value of attribute code_content_type.
Instance Attribute Details
#code_content ⇒ Types::CodeContent
Returns the value of attribute code_content.
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.
103 104 105 |
# File 'sig/types.rbs', line 103 def code_content_type @code_content_type end |