Class: Aws::AppMesh::Types::HttpGatewayRouteRewrite

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

Overview

An object representing the gateway route to rewrite.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameTypes::GatewayRouteHostnameRewrite

The host name to rewrite.



2411
2412
2413
2414
2415
2416
2417
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2411

class HttpGatewayRouteRewrite < Struct.new(
  :hostname,
  :path,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#pathTypes::HttpGatewayRoutePathRewrite

The path to rewrite.



2411
2412
2413
2414
2415
2416
2417
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2411

class HttpGatewayRouteRewrite < Struct.new(
  :hostname,
  :path,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixTypes::HttpGatewayRoutePrefixRewrite

The specified beginning characters to rewrite.



2411
2412
2413
2414
2415
2416
2417
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2411

class HttpGatewayRouteRewrite < Struct.new(
  :hostname,
  :path,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end