Class: Aws::Types::PutSolFunctionPackageContentOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutSolFunctionPackageContentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ Types::PutSolFunctionPackageContentMetadata
Returns the value of attribute metadata.
-
#vnf_product_name ⇒ ::String
Returns the value of attribute vnf_product_name.
-
#vnf_provider ⇒ ::String
Returns the value of attribute vnf_provider.
-
#vnfd_id ⇒ ::String
Returns the value of attribute vnfd_id.
-
#vnfd_version ⇒ ::String
Returns the value of attribute vnfd_version.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
537 538 539 |
# File 'sig/types.rbs', line 537 def id @id end |
#metadata ⇒ Types::PutSolFunctionPackageContentMetadata
Returns the value of attribute metadata.
538 539 540 |
# File 'sig/types.rbs', line 538 def @metadata end |
#vnf_product_name ⇒ ::String
Returns the value of attribute vnf_product_name.
539 540 541 |
# File 'sig/types.rbs', line 539 def vnf_product_name @vnf_product_name end |
#vnf_provider ⇒ ::String
Returns the value of attribute vnf_provider.
540 541 542 |
# File 'sig/types.rbs', line 540 def vnf_provider @vnf_provider end |
#vnfd_id ⇒ ::String
Returns the value of attribute vnfd_id.
541 542 543 |
# File 'sig/types.rbs', line 541 def vnfd_id @vnfd_id end |
#vnfd_version ⇒ ::String
Returns the value of attribute vnfd_version.
542 543 544 |
# File 'sig/types.rbs', line 542 def vnfd_version @vnfd_version end |