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

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

Overview

An object that represents the current status of a route.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status for the route.

Returns:

  • (String)


2302
2303
2304
2305
# File 'lib/aws-sdk-appmesh/types.rb', line 2302

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