Class: Aws::Tnb::Types::ModifyVnfInfoMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vnf_configurable_propertiesHash, ...

The configurable properties used during update of the network function instance.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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_idString

The network function instance that was updated in the network instance.

Returns:

  • (String)


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