Class: Aws::AppMesh::Types::GrpcGatewayRouteRewrite
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::GrpcGatewayRouteRewrite
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object that represents the gateway route to rewrite.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hostname  ⇒ Types::GatewayRouteHostnameRewrite 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The host name of the gateway route to rewrite.
 
Instance Attribute Details
#hostname ⇒ Types::GatewayRouteHostnameRewrite
The host name of the gateway route to rewrite.
      1846 1847 1848 1849 1850  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1846 class GrpcGatewayRouteRewrite < Struct.new( :hostname) SENSITIVE = [] include Aws::Structure end  |