Class: Aws::AppMesh::Types::CreateVirtualGatewayOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_gatewayTypes::VirtualGatewayData

The full description of your virtual gateway following the create call.



527
528
529
530
531
# File 'lib/aws-sdk-appmesh/types.rb', line 527

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