Class: Aws::Types::DescribeGatewayRouteInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_route_name::String

Returns the value of attribute gateway_route_name.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def gateway_route_name
  @gateway_route_name
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def mesh_owner
  @mesh_owner
end

#virtual_gateway_name::String

Returns the value of attribute virtual_gateway_name.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def virtual_gateway_name
  @virtual_gateway_name
end