Class: Aws::Types::DeleteVirtualNodeInput

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def virtual_node_name
  @virtual_node_name
end