class Aws::AppMesh::Types::HttpQueryParameter

An object that represents the query parameter in the request.

@note When making an API call, you may pass HttpQueryParameter

data as a hash:

    {
      match: {
        exact: "String",
      },
      name: "QueryParameterName", # required
    }

@!attribute [rw] match

The query parameter to match on.
@return [Types::QueryParameterMatch]

@!attribute [rw] name

A name for the query parameter that will be matched on.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/HttpQueryParameter AWS API Documentation

Constants

SENSITIVE