Class: Aws::AppMesh::Types::CreateVirtualGatewayOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::CreateVirtualGatewayOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#virtual_gateway ⇒ Types::VirtualGatewayData
The full description of your virtual gateway following the create call.
Instance Attribute Details
#virtual_gateway ⇒ Types::VirtualGatewayData
The full description of your virtual gateway following the create call.
1181 1182 1183 1184 1185 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1181 class CreateVirtualGatewayOutput < Struct.new( :virtual_gateway) SENSITIVE = [] include Aws::Structure end |