Class: Aws::AppMesh::Types::VirtualGatewayStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayStatus
- Includes:
- Structure
- Defined in:
- 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
-
#status ⇒ String
The current status.
Instance Attribute Details
#status ⇒ String
The current status.
5577 5578 5579 5580 5581 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5577 class VirtualGatewayStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |