Class: Aws::AppMesh::Types::VirtualNodeServiceProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualNodeServiceProvider
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Note:
When making an API call, you may pass VirtualNodeServiceProvider data as a hash:
{
virtual_node_name: "ResourceName", # required
}
An object that represents a virtual node service provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#virtual_node_name ⇒ String
The name of the virtual node that is acting as a service provider.
Instance Attribute Details
#virtual_node_name ⇒ String
The name of the virtual node that is acting as a service provider.
9600 9601 9602 9603 9604 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 9600 class VirtualNodeServiceProvider < Struct.new( :virtual_node_name) SENSITIVE = [] include Aws::Structure end |