Class: Aws::AppMesh::Types::HttpGatewayRoutePrefixRewrite
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::HttpGatewayRoutePrefixRewrite
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object representing the beginning characters of the route to rewrite.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_prefix ⇒ String
The default prefix used to replace the incoming route prefix when rewritten.
-
#value ⇒ String
The value used to replace the incoming route prefix when rewritten.
Instance Attribute Details
#default_prefix ⇒ String
The default prefix used to replace the incoming route prefix when rewritten.
2388 2389 2390 2391 2392 2393 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2388 class HttpGatewayRoutePrefixRewrite < Struct.new( :default_prefix, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value used to replace the incoming route prefix when rewritten.
2388 2389 2390 2391 2392 2393 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2388 class HttpGatewayRoutePrefixRewrite < Struct.new( :default_prefix, :value) SENSITIVE = [] include Aws::Structure end |