Class: Aws::AppMesh::Types::RouteStatus

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

Overview

An object representing the current status of a route.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status for the route.

Returns:

  • (String)


2146
2147
2148
2149
# File 'lib/aws-sdk-appmesh/types.rb', line 2146

class RouteStatus < Struct.new(
  :status)
  include Aws::Structure
end