Class: Aws::Types::DescribeVirtualNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVirtualNodeInput
- 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.
328 329 330 |
# File 'sig/types.rbs', line 328 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
329 330 331 |
# File 'sig/types.rbs', line 329 def mesh_owner @mesh_owner end |
#virtual_node_name ⇒ ::String
Returns the value of attribute virtual_node_name.
330 331 332 |
# File 'sig/types.rbs', line 330 def virtual_node_name @virtual_node_name end |