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

Class: Aws::IoT::Types::SigV4Authorization

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

Overview

Note:

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

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

For more information, see Signature Version 4 signing process.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of the signing role.

Returns:

  • (String)

    The ARN of the signing role.

#service_nameString

The service name to use while signing with Sig V4.

Returns:

  • (String)

    The service name to use while signing with Sig V4.

#signing_regionString

The signing region.

Returns:

  • (String)

    The signing region.