Class: Aws::Types::GetSolFunctionPackageContentOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolFunctionPackageContentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
-
#package_content ⇒ ::String
Returns the value of attribute package_content.
Instance Attribute Details
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
128 129 130 |
# File 'sig/types.rbs', line 128 def content_type @content_type end |
#package_content ⇒ ::String
Returns the value of attribute package_content.
129 130 131 |
# File 'sig/types.rbs', line 129 def package_content @package_content end |