Module: Aws::Tnb::Client::_ValidateSolFunctionPackageContentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ValidateSolFunctionPackageContentOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #id ⇒ ::String
- #metadata ⇒ Types::ValidateSolFunctionPackageContentMetadata
- #vnf_product_name ⇒ ::String
- #vnf_provider ⇒ ::String
- #vnfd_id ⇒ ::String
- #vnfd_version ⇒ ::String
Instance Method Details
#id ⇒ ::String
497 |
# File 'sig/client.rbs', line 497
def id: () -> ::String
|
#metadata ⇒ Types::ValidateSolFunctionPackageContentMetadata
498 |
# File 'sig/client.rbs', line 498
def metadata: () -> Types::ValidateSolFunctionPackageContentMetadata
|
#vnf_product_name ⇒ ::String
499 |
# File 'sig/client.rbs', line 499
def vnf_product_name: () -> ::String
|
#vnf_provider ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def vnf_provider: () -> ::String
|
#vnfd_id ⇒ ::String
501 |
# File 'sig/client.rbs', line 501
def vnfd_id: () -> ::String
|
#vnfd_version ⇒ ::String
502 |
# File 'sig/client.rbs', line 502
def vnfd_version: () -> ::String
|