Class: Aws::AppMesh::Types::HttpGatewayRoutePrefixRewrite

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/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

Instance Attribute Details

#default_prefixString

The default prefix used to replace the incoming route prefix when rewritten.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2388

class HttpGatewayRoutePrefixRewrite < Struct.new(
  :default_prefix,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value used to replace the incoming route prefix when rewritten.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2388

class HttpGatewayRoutePrefixRewrite < Struct.new(
  :default_prefix,
  :value)
  SENSITIVE = []
  include Aws::Structure
end