Class: Aws::Tnb::Types::GetSolFunctionInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolFunctionInstanceInput
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vnf_instance_id ⇒ String
ID of the network function.
Instance Attribute Details
#vnf_instance_id ⇒ String
ID of the network function.
294 295 296 297 298 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 294 class GetSolFunctionInstanceInput < Struct.new( :vnf_instance_id) SENSITIVE = [] include Aws::Structure end |