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

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

Overview

An object representing the status of a virtual service.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the virtual service.

Returns:

  • (String)


1679
1680
1681
1682
# File 'lib/aws-sdk-appmesh/types.rb', line 1679

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