Class: Aws::Types::DeleteRouteInput

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:



218
219
220
# File 'sig/types.rbs', line 218

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def mesh_owner
  @mesh_owner
end

#route_name::String

Returns the value of attribute route_name.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def route_name
  @route_name
end

#virtual_router_name::String

Returns the value of attribute virtual_router_name.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def virtual_router_name
  @virtual_router_name
end