Class: Aws::AppMesh::Types::QueryParameterMatch

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

Overview

An object representing the query parameter to match.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exactString

The exact query parameter to match on.

Returns:

  • (String)


3822
3823
3824
3825
3826
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3822

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