Class: Aws::Types::DescribeVirtualNodeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def virtual_node_name
  @virtual_node_name
end