Class: Aws::Types::UpdateSolNetworkInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSolNetworkInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#modify_vnf_info_data ⇒ Types::UpdateSolNetworkModify
Returns the value of attribute modify_vnf_info_data.
-
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_ns ⇒ Types::UpdateSolNetworkServiceData
Returns the value of attribute update_ns.
-
#update_type ⇒ "MODIFY_VNF_INFORMATION", "UPDATE_NS"
Returns the value of attribute update_type.
Instance Attribute Details
#modify_vnf_info_data ⇒ Types::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.
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.
640 641 642 |
# File 'sig/types.rbs', line 640 def @tags end |
#update_ns ⇒ Types::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.
642 643 644 |
# File 'sig/types.rbs', line 642 def update_type @update_type end |