Class: Aws::Types::DeleteVirtualNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVirtualNodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#virtual_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
Instance Attribute Details
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
243 244 245 |
# File 'sig/types.rbs', line 243 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
244 245 246 |
# File 'sig/types.rbs', line 244 def mesh_owner @mesh_owner end |
#virtual_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def virtual_node_name @virtual_node_name end |