Class: Aws::AppMesh::Types::HttpGatewayRoutePathRewrite
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::HttpGatewayRoutePathRewrite
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Note:
When making an API call, you may pass HttpGatewayRoutePathRewrite data as a hash:
{
exact: "HttpPathExact",
}
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.
4029 4030 4031 4032 4033 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4029 class HttpGatewayRoutePathRewrite < Struct.new( :exact) SENSITIVE = [] include Aws::Structure end |