Class: Aws::AppMesh::Types::GrpcGatewayRouteRewrite

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

Overview

An object that represents the gateway route to rewrite.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameTypes::GatewayRouteHostnameRewrite

The host name of the gateway route to rewrite.



1846
1847
1848
1849
1850
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1846

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