Class: Aws::AppMesh::Types::GatewayRouteStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::GatewayRouteStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the current status of a gateway route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current status for the gateway route.
Instance Attribute Details
#status ⇒ String
The current status for the gateway route.
1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1701 class GatewayRouteStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |