Class: Aws::AppMesh::Types::VirtualServiceSpec

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

Overview

An object that represents the specification of a virtual service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#providerTypes::VirtualServiceProvider

The App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router.



6304
6305
6306
6307
6308
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6304

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