Class: Aws::Types::GetSolFunctionPackageContentInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolFunctionPackageContentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ "application/zip"
Returns the value of attribute accept.
-
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
Instance Attribute Details
#accept ⇒ "application/zip"
Returns the value of attribute accept.
122 123 124 |
# File 'sig/types.rbs', line 122 def accept @accept end |
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def vnf_pkg_id @vnf_pkg_id end |