Module: Aws::Tnb::Client::_PutSolFunctionPackageContentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSolFunctionPackageContentOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #id ⇒ ::String
- #metadata ⇒ Types::PutSolFunctionPackageContentMetadata
- #vnf_product_name ⇒ ::String
- #vnf_provider ⇒ ::String
- #vnfd_id ⇒ ::String
- #vnfd_version ⇒ ::String
Instance Method Details
#id ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def id: () -> ::String
|
#metadata ⇒ Types::PutSolFunctionPackageContentMetadata
386 |
# File 'sig/client.rbs', line 386
def metadata: () -> Types::PutSolFunctionPackageContentMetadata
|
#vnf_product_name ⇒ ::String
387 |
# File 'sig/client.rbs', line 387
def vnf_product_name: () -> ::String
|
#vnf_provider ⇒ ::String
388 |
# File 'sig/client.rbs', line 388
def vnf_provider: () -> ::String
|
#vnfd_id ⇒ ::String
389 |
# File 'sig/client.rbs', line 389
def vnfd_id: () -> ::String
|
#vnfd_version ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def vnfd_version: () -> ::String
|