Class: Aws::Types::PutSolNetworkPackageContentOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutSolNetworkPackageContentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ Types::PutSolNetworkPackageContentMetadata
Returns the value of attribute metadata.
-
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
-
#nsd_name ⇒ ::String
Returns the value of attribute nsd_name.
-
#nsd_version ⇒ ::String
Returns the value of attribute nsd_version.
-
#vnf_pkg_ids ⇒ ::Array[::String]
Returns the value of attribute vnf_pkg_ids.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
559 560 561 |
# File 'sig/types.rbs', line 559 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
560 561 562 |
# File 'sig/types.rbs', line 560 def id @id end |
#metadata ⇒ Types::PutSolNetworkPackageContentMetadata
Returns the value of attribute metadata.
561 562 563 |
# File 'sig/types.rbs', line 561 def @metadata end |
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def nsd_id @nsd_id end |
#nsd_name ⇒ ::String
Returns the value of attribute nsd_name.
563 564 565 |
# File 'sig/types.rbs', line 563 def nsd_name @nsd_name end |
#nsd_version ⇒ ::String
Returns the value of attribute nsd_version.
564 565 566 |
# File 'sig/types.rbs', line 564 def nsd_version @nsd_version end |
#vnf_pkg_ids ⇒ ::Array[::String]
Returns the value of attribute vnf_pkg_ids.
565 566 567 |
# File 'sig/types.rbs', line 565 def vnf_pkg_ids @vnf_pkg_ids end |