Class: Aws::AppMesh::Types::HttpGatewayRoutePathRewrite
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::HttpGatewayRoutePathRewrite
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the path to rewrite.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exact ⇒ String
The exact path to rewrite.
Instance Attribute Details
#exact ⇒ String
The exact path to rewrite.
2368 2369 2370 2371 2372 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2368 class HttpGatewayRoutePathRewrite < Struct.new( :exact) SENSITIVE = [] include Aws::Structure end |