Class: Aws::AppMesh::Types::VirtualServiceStatus

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

Overview

An object that represents the status of a virtual service.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the virtual service.

Returns:

  • (String)


1813
1814
1815
1816
# File 'lib/aws-sdk-appmesh/types.rb', line 1813

class VirtualServiceStatus < Struct.new(
  :status)
  include Aws::Structure
end