Class: Aws::AppMesh::Types::UpdateVirtualGatewayOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::UpdateVirtualGatewayOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#virtual_gateway ⇒ Types::VirtualGatewayData
A full description of the virtual gateway that was updated.
Instance Attribute Details
#virtual_gateway ⇒ Types::VirtualGatewayData
A full description of the virtual gateway that was updated.
4680 4681 4682 4683 4684 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4680 class UpdateVirtualGatewayOutput < Struct.new( :virtual_gateway) SENSITIVE = [] include Aws::Structure end |