Class: Aws::IoT::Types::HttpContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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

Instance Attribute Details

#headersHash<String,String>

The header keys and values in an HTTP authorization request.

Returns:

  • (Hash<String,String>)


7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7963

class HttpContext < Struct.new(
  :headers,
  :query_string)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

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

Returns:

  • (String)


7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7963

class HttpContext < Struct.new(
  :headers,
  :query_string)
  SENSITIVE = []
  include Aws::Structure
end