Class: Aws::AppMesh::Types::UpdateGatewayRouteOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppMesh::Types::UpdateGatewayRouteOutput
 
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #gateway_route  ⇒ Types::GatewayRouteData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A full description of the gateway route that was updated. 
Instance Attribute Details
#gateway_route ⇒ Types::GatewayRouteData
A full description of the gateway route that was updated.
| 4505 4506 4507 4508 4509 | # File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4505 class UpdateGatewayRouteOutput < Struct.new( :gateway_route) SENSITIVE = [] include Aws::Structure end |