Class: Aws::AppMesh::Types::HttpGatewayRoutePathRewrite

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents the path to rewrite.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exactString

The exact path to rewrite.

Returns:

  • (String)


2368
2369
2370
2371
2372
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2368

class HttpGatewayRoutePathRewrite < Struct.new(
  :exact)
  SENSITIVE = []
  include Aws::Structure
end