Class: Aws::Types::DescribeRouteInput

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)


303
304
305
# File 'sig/types.rbs', line 303

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def mesh_owner
  @mesh_owner
end

#route_name::String

Returns the value of attribute route_name.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def route_name
  @route_name
end

#virtual_router_name::String

Returns the value of attribute virtual_router_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def virtual_router_name
  @virtual_router_name
end