Class: Aws::Types::UpdateSolNetworkInstanceInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#modify_vnf_info_dataTypes::UpdateSolNetworkModify

Returns the value of attribute modify_vnf_info_data.



638
639
640
# File 'sig/types.rbs', line 638

def modify_vnf_info_data
  @modify_vnf_info_data
end

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def ns_instance_id
  @ns_instance_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


640
641
642
# File 'sig/types.rbs', line 640

def tags
  @tags
end

#update_nsTypes::UpdateSolNetworkServiceData

Returns the value of attribute update_ns.



641
642
643
# File 'sig/types.rbs', line 641

def update_ns
  @update_ns
end

#update_type"MODIFY_VNF_INFORMATION", "UPDATE_NS"

Returns the value of attribute update_type.

Returns:

  • ("MODIFY_VNF_INFORMATION", "UPDATE_NS")


642
643
644
# File 'sig/types.rbs', line 642

def update_type
  @update_type
end