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

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

Overview

An object that represents the status of a virtual service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the virtual service.

Returns:

  • (String)


6318
6319
6320
6321
6322
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6318

class VirtualServiceStatus < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end