Class: Aws::Types::ValidateSolNetworkPackageContentOutput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateSolNetworkPackageContentOutput
- 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::ValidateSolNetworkPackageContentMetadata
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.
710 711 712 |
# File 'sig/types.rbs', line 710 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
711 712 713 |
# File 'sig/types.rbs', line 711 def id @id end |
#metadata ⇒ Types::ValidateSolNetworkPackageContentMetadata
Returns the value of attribute metadata.
712 713 714 |
# File 'sig/types.rbs', line 712 def end |
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
713 714 715 |
# File 'sig/types.rbs', line 713 def nsd_id @nsd_id end |
#nsd_name ⇒ ::String
Returns the value of attribute nsd_name.
714 715 716 |
# File 'sig/types.rbs', line 714 def nsd_name @nsd_name end |
#nsd_version ⇒ ::String
Returns the value of attribute nsd_version.
715 716 717 |
# File 'sig/types.rbs', line 715 def nsd_version @nsd_version end |
#vnf_pkg_ids ⇒ ::Array[::String]
Returns the value of attribute vnf_pkg_ids.
716 717 718 |
# File 'sig/types.rbs', line 716 def vnf_pkg_ids @vnf_pkg_ids end |