Class: Aws::AppMesh::Types::GrpcGatewayRouteMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#invertBoolean

Specify ‘True` to match anything except the match criteria. The default value is `False`.

Returns:

  • (Boolean)


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

#matchTypes::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

#nameString

A name for the gateway route metadata.

Returns:

  • (String)


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