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.
8096 8097 8098 8099 8100 8101 |
# File 'lib/aws-sdk-iot/types.rb', line 8096 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.
8096 8097 8098 8099 8100 8101 |
# File 'lib/aws-sdk-iot/types.rb', line 8096 class HttpContext < Struct.new( :headers, :query_string) SENSITIVE = [] include Aws::Structure end |