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.
7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-iot/types.rb', line 7963 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.
7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-iot/types.rb', line 7963 class HttpContext < Struct.new( :headers, :query_string) SENSITIVE = [] include Aws::Structure end |