Class: Aws::Tnb::Types::ModifyVnfInfoMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ModifyVnfInfoMetadata
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Metadata related to the configuration properties used during update of a specific network function in a network instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vnf_configurable_properties ⇒ Hash, ...
The configurable properties used during update of the network function instance.
-
#vnf_instance_id ⇒ String
The network function instance that was updated in the network instance.
Instance Attribute Details
#vnf_configurable_properties ⇒ Hash, ...
The configurable properties used during update of the network function instance.
1873 1874 1875 1876 1877 1878 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1873 class ModifyVnfInfoMetadata < Struct.new( :vnf_configurable_properties, :vnf_instance_id) SENSITIVE = [] include Aws::Structure end |
#vnf_instance_id ⇒ String
The network function instance that was updated in the network instance.
1873 1874 1875 1876 1877 1878 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1873 class ModifyVnfInfoMetadata < Struct.new( :vnf_configurable_properties, :vnf_instance_id) SENSITIVE = [] include Aws::Structure end |