Class: Aws::Types::ApplicationCodeConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationCodeConfigurationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_content_description ⇒ Types::CodeContentDescription
Returns the value of attribute code_content_description.
-
#code_content_type ⇒ "PLAINTEXT", "ZIPFILE"
Returns the value of attribute code_content_type.
Instance Attribute Details
#code_content_description ⇒ Types::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.
108 109 110 |
# File 'sig/types.rbs', line 108 def code_content_type @code_content_type end |