Class: Aws::Types::ValidateSolFunctionPackageContentOutput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateSolFunctionPackageContentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ Types::ValidateSolFunctionPackageContentMetadata
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.
688 689 690 |
# File 'sig/types.rbs', line 688 def id @id end |
#metadata ⇒ Types::ValidateSolFunctionPackageContentMetadata
Returns the value of attribute metadata.
689 690 691 |
# File 'sig/types.rbs', line 689 def end |
#vnf_product_name ⇒ ::String
Returns the value of attribute vnf_product_name.
690 691 692 |
# File 'sig/types.rbs', line 690 def vnf_product_name @vnf_product_name end |
#vnf_provider ⇒ ::String
Returns the value of attribute vnf_provider.
691 692 693 |
# File 'sig/types.rbs', line 691 def vnf_provider @vnf_provider end |
#vnfd_id ⇒ ::String
Returns the value of attribute vnfd_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def vnfd_id @vnfd_id end |
#vnfd_version ⇒ ::String
Returns the value of attribute vnfd_version.
693 694 695 |
# File 'sig/types.rbs', line 693 def vnfd_version @vnfd_version end |