Class: Aws::AppMesh::Types::VirtualRouterData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualRouterData
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a virtual router returned by a describe operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mesh_name ⇒ String
The name of the service mesh that the virtual router resides in.
-
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the virtual router.
-
#spec ⇒ Types::VirtualRouterSpec
The specifications of the virtual router.
-
#status ⇒ Types::VirtualRouterStatus
The current status of the virtual router.
-
#virtual_router_name ⇒ String
The name of the virtual router.
Instance Attribute Details
#mesh_name ⇒ String
The name of the service mesh that the virtual router resides in.
6008 6009 6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6008 class VirtualRouterData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the virtual router.
6008 6009 6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6008 class VirtualRouterData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::VirtualRouterSpec
The specifications of the virtual router.
6008 6009 6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6008 class VirtualRouterData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::VirtualRouterStatus
The current status of the virtual router.
6008 6009 6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6008 class VirtualRouterData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |
#virtual_router_name ⇒ String
The name of the virtual router.
6008 6009 6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6008 class VirtualRouterData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |