Class: Aws::AppMesh::Types::UpdateVirtualGatewayOutput

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

#virtual_gatewayTypes::VirtualGatewayData

A full description of the virtual gateway that was updated.



4680
4681
4682
4683
4684
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4680

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