Class: Aws::AppMesh::Types::GatewayRouteStatus

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 gateway route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status for the gateway route.

Returns:

  • (String)


1701
1702
1703
1704
1705
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1701

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