Module: Aws::Tnb::Client::_ValidateSolNetworkPackageContentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ValidateSolNetworkPackageContentOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #metadata ⇒ Types::ValidateSolNetworkPackageContentMetadata
- #nsd_id ⇒ ::String
- #nsd_name ⇒ ::String
- #nsd_version ⇒ ::String
- #vnf_pkg_ids ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def arn: () -> ::String
|
#id ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def id: () -> ::String
|
#metadata ⇒ Types::ValidateSolNetworkPackageContentMetadata
516 |
# File 'sig/client.rbs', line 516
def metadata: () -> Types::ValidateSolNetworkPackageContentMetadata
|
#nsd_id ⇒ ::String
517 |
# File 'sig/client.rbs', line 517
def nsd_id: () -> ::String
|
#nsd_name ⇒ ::String
518 |
# File 'sig/client.rbs', line 518
def nsd_name: () -> ::String
|
#nsd_version ⇒ ::String
519 |
# File 'sig/client.rbs', line 519
def nsd_version: () -> ::String
|
#vnf_pkg_ids ⇒ ::Array[::String]
520 |
# File 'sig/client.rbs', line 520
def vnf_pkg_ids: () -> ::Array[::String]
|