Class: Aws::AppMesh::Types::GatewayRouteHostnameRewrite

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

Overview

An object representing the gateway route host name to rewrite.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_target_hostnameString

The default target host name to write to.

Returns:

  • (String)


1583
1584
1585
1586
1587
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1583

class GatewayRouteHostnameRewrite < Struct.new(
  :default_target_hostname)
  SENSITIVE = []
  include Aws::Structure
end