Class: Aws::AppMesh::Types::HttpQueryParameter

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

Overview

An object that represents the query parameter in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matchTypes::QueryParameterMatch

The query parameter to match on.



2450
2451
2452
2453
2454
2455
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2450

class HttpQueryParameter < Struct.new(
  :match,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the query parameter that will be matched on.

Returns:

  • (String)


2450
2451
2452
2453
2454
2455
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2450

class HttpQueryParameter < Struct.new(
  :match,
  :name)
  SENSITIVE = []
  include Aws::Structure
end