Class: Aws::IoT::Types::HttpAuthorization
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::HttpAuthorization
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The authorization method used to send messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sigv4 ⇒ Types::SigV4Authorization
Use Sig V4 authorization.
Instance Attribute Details
#sigv4 ⇒ Types::SigV4Authorization
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
8942 8943 8944 8945 8946 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8942 class HttpAuthorization < Struct.new( :sigv4) SENSITIVE = [] include Aws::Structure end |