Class: Aws::AppMesh::Types::UpdateGatewayRouteOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_routeTypes::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