Class: Aws::IoT::Types::HttpContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpContext
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Specifies the HTTP context to use for the test authorizer request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#headers ⇒ Hash<String,String>
The header keys and values in an HTTP authorization request.
-
#query_string ⇒ String
The query string keys and values in an HTTP authorization request.
Instance Attribute Details
#headers ⇒ Hash<String,String>
The header keys and values in an HTTP authorization request.
8288 8289 8290 8291 8292 8293 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8288 class HttpContext < Struct.new( :headers, :query_string) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The query string keys and values in an HTTP authorization request.
8288 8289 8290 8291 8292 8293 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8288 class HttpContext < Struct.new( :headers, :query_string) SENSITIVE = [] include Aws::Structure end |