You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::HttpContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpContext
- Defined in:
- (unknown)
Overview
Note:
When passing HttpContext as input to an Aws::Client method, you can use a vanilla Hash:
{
headers: {
"HttpHeaderName" => "HttpHeaderValue",
},
query_string: "HttpQueryString",
}
Specifies the HTTP context to use for the test authorizer request.
Returned by:
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.
#query_string ⇒ String
The query string keys and values in an HTTP authorization request.