You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HttpAuthorization as input to an Aws::Client method, you can use a vanilla Hash:

{
  sigv4: {
    signing_region: "SigningRegion", # required
    service_name: "ServiceName", # required
    role_arn: "AwsArn", # required
  },
}

The authorization method used to send messages.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#sigv4Types::SigV4Authorization

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

Returns: