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

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

Overview

<zonbook />

<xhtml />

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_serviceTypes::VirtualServiceData

A full description of the virtual service that was updated.



4875
4876
4877
4878
4879
# File 'lib/aws-sdk-appmesh/types.rb', line 4875

class UpdateVirtualServiceOutput < Struct.new(
  :virtual_service)
  SENSITIVE = []
  include Aws::Structure
end