Module: Aws::Tnb::Client::_PutSolNetworkPackageContentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSolNetworkPackageContentOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #metadata ⇒ Types::PutSolNetworkPackageContentMetadata
- #nsd_id ⇒ ::String
- #nsd_name ⇒ ::String
- #nsd_version ⇒ ::String
- #vnf_pkg_ids ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def arn: () -> ::String
|
#id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def id: () -> ::String
|
#metadata ⇒ Types::PutSolNetworkPackageContentMetadata
404 |
# File 'sig/client.rbs', line 404
def metadata: () -> Types::PutSolNetworkPackageContentMetadata
|
#nsd_id ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def nsd_id: () -> ::String
|
#nsd_name ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def nsd_name: () -> ::String
|
#nsd_version ⇒ ::String
407 |
# File 'sig/client.rbs', line 407
def nsd_version: () -> ::String
|
#vnf_pkg_ids ⇒ ::Array[::String]
408 |
# File 'sig/client.rbs', line 408
def vnf_pkg_ids: () -> ::Array[::String]
|