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
show all
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

Instance Attribute Details

#headersHash<String,String>

The header keys and values in an HTTP authorization request.

Returns:

  • (Hash<String,String>)

    The header keys and values in an HTTP authorization request.

#query_stringString

The query string keys and values in an HTTP authorization request.

Returns:

  • (String)

    The query string keys and values in an HTTP authorization request.