Class: Aws::AppMesh::Types::UpdateVirtualServiceOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_serviceTypes::VirtualServiceData

A full description of the virtual service that was updated.



3109
3110
3111
3112
# File 'lib/aws-sdk-appmesh/types.rb', line 3109

class UpdateVirtualServiceOutput < Struct.new(
  :virtual_service)
  include Aws::Structure
end