Class: Aws::AppMesh::Types::VirtualGatewayStatus

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 the mesh resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status.

Returns:

  • (String)


5577
5578
5579
5580
5581
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5577

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