Class: Aws::Types::GetSolFunctionPackageDescriptorInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolFunctionPackageDescriptorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ "text/plain"
Returns the value of attribute accept.
-
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
Instance Attribute Details
#accept ⇒ "text/plain"
Returns the value of attribute accept.
134 135 136 |
# File 'sig/types.rbs', line 134 def accept @accept end |
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
135 136 137 |
# File 'sig/types.rbs', line 135 def vnf_pkg_id @vnf_pkg_id end |