Class: Aws::Types::PutSolFunctionPackageContentInput
- Inherits:
-
Object
- Object
- Aws::Types::PutSolFunctionPackageContentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
-
#file ⇒ ::String
Returns the value of attribute file.
-
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
Instance Attribute Details
#content_type ⇒ "application/zip"
Returns the value of attribute content_type.
525 526 527 |
# File 'sig/types.rbs', line 525 def content_type @content_type end |
#file ⇒ ::String
Returns the value of attribute file.
526 527 528 |
# File 'sig/types.rbs', line 526 def file @file end |
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
527 528 529 |
# File 'sig/types.rbs', line 527 def vnf_pkg_id @vnf_pkg_id end |