Class: Aws::AppMesh::Types::GatewayRouteHostnameRewrite
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::GatewayRouteHostnameRewrite
- Includes:
- Structure
- Defined in:
- 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
-
#default_target_hostname ⇒ String
The default target host name to write to.
Instance Attribute Details
#default_target_hostname ⇒ String
The default target host name to write to.
1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1583 class GatewayRouteHostnameRewrite < Struct.new( :default_target_hostname) SENSITIVE = [] include Aws::Structure end |