Method: Aws::AppMesh::Types::UpdateVirtualRouterInput#spec
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#spec ⇒ Types::VirtualRouterSpec
The new virtual router specification to apply. This overwrites the existing data.
4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4790 class UpdateVirtualRouterInput < Struct.new( :client_token, :mesh_name, :mesh_owner, :spec, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |