Class: Aws::IoT::Types::HttpContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpContext
- Includes:
- Structure
- Defined in:
- 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.
8845 8846 8847 8848 8849 8850 |
# File 'lib/aws-sdk-iot/types.rb', line 8845 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.
8845 8846 8847 8848 8849 8850 |
# File 'lib/aws-sdk-iot/types.rb', line 8845 class HttpContext < Struct.new( :headers, :query_string) SENSITIVE = [] include Aws::Structure end |