Class: Aws::AppMesh::Types::HttpQueryParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::HttpQueryParameter
- Includes:
- Structure
- Defined in:
- 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
-
#match ⇒ Types::QueryParameterMatch
The query parameter to match on.
-
#name ⇒ String
A name for the query parameter that will be matched on.
Instance Attribute Details
#match ⇒ Types::QueryParameterMatch
The query parameter to match on.
2450 2451 2452 2453 2454 2455 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2450 class HttpQueryParameter < Struct.new( :match, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the query parameter that will be matched on.
2450 2451 2452 2453 2454 2455 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2450 class HttpQueryParameter < Struct.new( :match, :name) SENSITIVE = [] include Aws::Structure end |