Class: Aws::Tnb::Types::GetSolInstantiatedVnfInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolInstantiatedVnfInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Information about a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vnf_state ⇒ String
State of the network function.
Instance Attribute Details
#vnf_state ⇒ String
State of the network function.
591 592 593 594 595 |
# File 'lib/aws-sdk-tnb/types.rb', line 591 class GetSolInstantiatedVnfInfo < Struct.new( :vnf_state) SENSITIVE = [] include Aws::Structure end |