Class: Aws::AppMesh::Types::UpdateVirtualRouterOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_routerTypes::VirtualRouterData

A full description of the virtual router that was updated.



353
354
355
356
# File 'lib/aws-sdk-appmesh/types.rb', line 353

class UpdateVirtualRouterOutput < Struct.new(
  :virtual_router)
  include Aws::Structure
end