Class: Aws::AppMesh::Types::CreateVirtualServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::CreateVirtualServiceOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#virtual_service ⇒ Types::VirtualServiceData
The full description of your virtual service following the create call.
Instance Attribute Details
#virtual_service ⇒ Types::VirtualServiceData
The full description of your virtual service following the create call.
751 752 753 754 755 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 751 class CreateVirtualServiceOutput < Struct.new( :virtual_service) SENSITIVE = [] include Aws::Structure end |