Class: Aws::Types::ValidateSolFunctionPackageContentInput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateSolFunctionPackageContentInput
- 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.
676 677 678 |
# File 'sig/types.rbs', line 676 def content_type @content_type end |
#file ⇒ ::String
Returns the value of attribute file.
677 678 679 |
# File 'sig/types.rbs', line 677 def file @file end |
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
678 679 680 |
# File 'sig/types.rbs', line 678 def vnf_pkg_id @vnf_pkg_id end |