Class: Aws::AppMesh::Types::GrpcGatewayRouteMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::GrpcGatewayRouteMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object representing the metadata of the gateway route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invert ⇒ Boolean
Specify ‘True` to match anything except the match criteria.
-
#match ⇒ Types::GrpcMetadataMatchMethod
The criteria for determining a metadata match.
-
#name ⇒ String
A name for the gateway route metadata.
Instance Attribute Details
#invert ⇒ Boolean
Specify ‘True` to match anything except the match criteria. The default value is `False`.
1830 1831 1832 1833 1834 1835 1836 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1830 class GrpcGatewayRouteMetadata < Struct.new( :invert, :match, :name) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::GrpcMetadataMatchMethod
The criteria for determining a metadata match.
1830 1831 1832 1833 1834 1835 1836 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1830 class GrpcGatewayRouteMetadata < Struct.new( :invert, :match, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the gateway route metadata.
1830 1831 1832 1833 1834 1835 1836 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1830 class GrpcGatewayRouteMetadata < Struct.new( :invert, :match, :name) SENSITIVE = [] include Aws::Structure end |