Class: Aws::AppMesh::Types::HttpGatewayRouteRewrite
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::HttpGatewayRouteRewrite
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object representing the gateway route to rewrite.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hostname ⇒ Types::GatewayRouteHostnameRewrite
The host name to rewrite.
-
#path ⇒ Types::HttpGatewayRoutePathRewrite
The path to rewrite.
-
#prefix ⇒ Types::HttpGatewayRoutePrefixRewrite
The specified beginning characters to rewrite.
Instance Attribute Details
#hostname ⇒ Types::GatewayRouteHostnameRewrite
The host name to rewrite.
2411 2412 2413 2414 2415 2416 2417 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2411 class HttpGatewayRouteRewrite < Struct.new( :hostname, :path, :prefix) SENSITIVE = [] include Aws::Structure end |
#path ⇒ Types::HttpGatewayRoutePathRewrite
The path to rewrite.
2411 2412 2413 2414 2415 2416 2417 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2411 class HttpGatewayRouteRewrite < Struct.new( :hostname, :path, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ Types::HttpGatewayRoutePrefixRewrite
The specified beginning characters to rewrite.
2411 2412 2413 2414 2415 2416 2417 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2411 class HttpGatewayRouteRewrite < Struct.new( :hostname, :path, :prefix) SENSITIVE = [] include Aws::Structure end |