Class: Aws::AppMesh::Types::VirtualRouterData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#mesh_nameString

The name of the service mesh that the virtual router resides in.

Returns:

  • (String)


6008
6009
6010
6011
6012
6013
6014
6015
6016
# File '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

#metadataTypes::ResourceMetadata

The associated metadata for the virtual router.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File '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

#specTypes::VirtualRouterSpec

The specifications of the virtual router.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File '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

#statusTypes::VirtualRouterStatus

The current status of the virtual router.



6008
6009
6010
6011
6012
6013
6014
6015
6016
# File '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_nameString

The name of the virtual router.

Returns:

  • (String)


6008
6009
6010
6011
6012
6013
6014
6015
6016
# File '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