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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/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

Instance Attribute Details

#statusString

The current status for the route.

Returns:

  • (String)


4057
4058
4059
4060
4061
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4057

class RouteStatus < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end