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