Class: Aws::IoT::Types::HttpAuthorization

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The authorization method used to send messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sigv4Types::SigV4Authorization

Use Sig V4 authorization. For more information, see [Signature Version 4 Signing Process].

[1]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html



7947
7948
7949
7950
7951
# File 'lib/aws-sdk-iot/types.rb', line 7947

class HttpAuthorization < Struct.new(
  :sigv4)
  SENSITIVE = []
  include Aws::Structure
end