Class: Aws::AppMesh::Types::GatewayRouteHostnameRewrite
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::GatewayRouteHostnameRewrite
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Note:
When making an API call, you may pass GatewayRouteHostnameRewrite data as a hash:
{
default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
}
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.
2681 2682 2683 2684 2685 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2681 class GatewayRouteHostnameRewrite < Struct.new( :default_target_hostname) SENSITIVE = [] include Aws::Structure end |